Skip to content

Commit 2dafb6a

Browse files
feat: Editor bar visibility (quince.master) (#583)
* feat: fixed editor bar visibility * feat: fixed z index
1 parent e9e3db5 commit 2dafb6a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ header {
331331

332332
.header-action-bar {
333333
background-color: #fff;
334-
z-index: 3;
334+
z-index: 2 !important;
335335
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
336336
position: sticky;
337337
top: 0;
@@ -349,6 +349,10 @@ header {
349349
}
350350
}
351351

352+
.tox-tinymce-aux {
353+
z-index: 1 !important;
354+
}
355+
352356
.breadcrumb-menu {
353357
z-index: 1;
354358
}

0 commit comments

Comments
 (0)