attoae / quill-table-better

A module that enhances the table functionality of Quill.
MIT License
20 stars 4 forks source link

Fix z-index on ql-table-properties-form #15

Closed stsrki closed 2 weeks ago

stsrki commented 2 weeks ago

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.

before

image

after

image