Skip to content

Commit

Permalink
button-open-notebook should not overlay navbar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
LinqLover committed Oct 23, 2023
1 parent 11f0936 commit 47e18ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/static/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ a:not([href]):not(.disabled) {
.button-open-notebook {
position: fixed;
bottom: $footer-height + 20px;
z-index: $zindex-fixed;
z-index: $zindex-sticky - 1;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
Expand Down

0 comments on commit 47e18ff

Please sign in to comment.