more fixes for z-indexes in panels

This commit is contained in:
Henry Jameson 2022-04-11 23:34:56 +03:00
parent 4f617a7293
commit 647b8e5f6b

View file

@ -52,6 +52,7 @@
background-color: var(--bg, $fallback--bg); background-color: var(--bg, $fallback--bg);
align-items: baseline; align-items: baseline;
height: var(--panel-heading-height); height: var(--panel-heading-height);
z-index: 2;
&.-flexible-height { &.-flexible-height {
--panel-heading-height: auto; --panel-heading-height: auto;
@ -65,7 +66,6 @@
&.-sticky { &.-sticky {
position: sticky; position: sticky;
top: var(--navbar-height); top: var(--navbar-height);
z-index: 2;
} }
&::after, &::after,