fix: prevent covered by GitHub notifications center header

This commit is contained in:
EnixCoda 2021-12-25 20:27:15 +08:00
parent 54c002822d
commit 5f43295788

View file

@ -11,7 +11,12 @@ $min-width-with-gitako: $min-screen-width + $side-bar-base-width;
$github-header-z-index: 32;
$github-pull-request-float-header-z-index: 110;
$minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-z-index) + 1;
$github-notifications-center-header-z-index: 999;
$minimal-z-index: max(
$github-header-z-index,
$github-pull-request-float-header-z-index,
$github-notifications-center-header-z-index
) + 1;
@mixin interactive-frame() {
@include interactive-border;