FIX: Weirdly displayed link dialog in composer

This commit is contained in:
Robin Ward 2015-11-06 15:45:04 -05:00
parent 3438194280
commit 8ad46c1ed7
1 changed files with 2 additions and 0 deletions

View File

@ -10,10 +10,12 @@
position: absolute;
background-color: black;
opacity: 0.8;
z-index: 1000;
}
.d-editor-modals {
position: absolute;
z-index: 1001;
}
.d-editor .d-editor-modal {