Skip to content

Commit

Permalink
docs: increase z-index of navbar to place on top of editor
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Molisani <[email protected]>
  • Loading branch information
molisani committed Nov 3, 2024
1 parent f237e04 commit 3272e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ a.button {
}

.editor-navbar {
z-index: 1;
z-index: 10;
position: absolute;
top: 3px;
right: 20px;
Expand Down

0 comments on commit 3272e69

Please sign in to comment.