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 authored and mkubilayk committed Nov 4, 2024
1 parent f237e04 commit 9d0f6f0
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 9d0f6f0

Please sign in to comment.