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 Nov 25, 2023
1 parent 173b065 commit abfe59d
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 @@ -329,7 +329,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 abfe59d

Please sign in to comment.