mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent covered by GitHub notifications center header
This commit is contained in:
parent
54c002822d
commit
5f43295788
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue