Skip to content

Commit 9e95458

Browse files
feat: Editor bar visibility (#582)
* feat: fixed editor bar visibility * feat: fixed editor bar visibility * feat: fixed z index
1 parent b467298 commit 9e95458

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
@@ -326,7 +326,7 @@ header {
326326

327327
.header-action-bar {
328328
background-color: #fff;
329-
z-index: 3;
329+
z-index: 2 !important;
330330
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
331331
position: sticky;
332332
top: 0;
@@ -344,6 +344,10 @@ header {
344344
}
345345
}
346346

347+
.tox-tinymce-aux {
348+
z-index: 1 !important;
349+
}
350+
347351
.breadcrumb-menu {
348352
z-index: 1;
349353
}

0 commit comments

Comments
 (0)