diff --git a/evap/static/scss/components/_buttons.scss b/evap/static/scss/components/_buttons.scss index c7524789a9..098ebf6462 100644 --- a/evap/static/scss/components/_buttons.scss +++ b/evap/static/scss/components/_buttons.scss @@ -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; }