Skip to content

Commit

Permalink
feat: fixed editor bar visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavkeblysh committed Oct 16, 2023
1 parent 2abe4df commit 5e6324b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ header {

.header-action-bar {
background-color: #fff;
z-index: 2;
z-index: 9999 !important;
box-shadow: 0px 2px 4px rgb(0 0 0 / 15%), 0px 2px 8px rgb(0 0 0 / 15%);
position: sticky;
top: 0;
Expand Down

0 comments on commit 5e6324b

Please sign in to comment.