While testing this table module, I noticed that it doesn't properly show menus when placed inside of the container with position: relative. Simple fix on z-index seems to work. I used the value 1, the same as it can be found on the official quill menus.
While testing this table module, I noticed that it doesn't properly show menus when placed inside of the container with
position: relative.
Simple fix on z-index seems to work. I used the value1
, the same as it can be found on the official quill menus.before
after