Skip to content

Commit b8a5975

Browse files
fix dialog z-index issue
1 parent c7acb26 commit b8a5975

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/modules/ante/css/copied-template-editor.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
padding-bottom: 6px !important;
112112
}
113113

114-
.oo-ui-windowManager-modal > .oo-ui-window.oo-ui-dialog.oo-ui-messageDialog {
115-
z-index: 200;
114+
.deputy.oo-ui-window {
115+
/** Place below default window manager */
116+
z-index: 199 !important;
116117
}

0 commit comments

Comments
 (0)