Skip to content

Commit

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

* feat: fixed editor bar visibility

* feat: fixed z index
  • Loading branch information
vladislavkeblysh authored Jan 4, 2024
1 parent b467298 commit 9e95458
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 @@ -326,7 +326,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 @@ -344,6 +344,10 @@ header {
}
}

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

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

0 comments on commit 9e95458

Please sign in to comment.