mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 19:29:02 +08:00
fix floating menu z-index
This commit is contained in:
parent
b3246f3ef4
commit
ced397896b
@ -138,6 +138,7 @@ export default {
|
|||||||
|
|
||||||
&__floating-menu {
|
&__floating-menu {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1;
|
||||||
margin-top: -0.25rem;
|
margin-top: -0.25rem;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user