FIX: Weirdly displayed link dialog in composer
This commit is contained in:
parent
3438194280
commit
8ad46c1ed7
|
@ -10,10 +10,12 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor-modals {
|
.d-editor-modals {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
|
|
||||||
.d-editor .d-editor-modal {
|
.d-editor .d-editor-modal {
|
||||||
|
|
Loading…
Reference in New Issue