Skip to content

Commit

Permalink
feat: Editor bar visibility (quince.master) (#583)
Browse files Browse the repository at this point in the history
* feat: fixed editor bar visibility

* feat: fixed z index
  • Loading branch information
vladislavkeblysh authored Jan 3, 2024
1 parent e9e3db5 commit 2dafb6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ header {

.header-action-bar {
background-color: #fff;
z-index: 3;
z-index: 2 !important;
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
position: sticky;
top: 0;
Expand All @@ -349,6 +349,10 @@ header {
}
}

.tox-tinymce-aux {
z-index: 1 !important;
}

.breadcrumb-menu {
z-index: 1;
}
Expand Down

0 comments on commit 2dafb6a

Please sign in to comment.