mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
FIX: Weirdly displayed link dialog in composer
This commit is contained in:
parent
3438194280
commit
8ad46c1ed7
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue