forked from AkkomaGang/akkoma-fe
more fixes for z-indexes in panels
This commit is contained in:
parent
4f617a7293
commit
647b8e5f6b
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,7 @@
|
|||
background-color: var(--bg, $fallback--bg);
|
||||
align-items: baseline;
|
||||
height: var(--panel-heading-height);
|
||||
z-index: 2;
|
||||
|
||||
&.-flexible-height {
|
||||
--panel-heading-height: auto;
|
||||
|
@ -65,7 +66,6 @@
|
|||
&.-sticky {
|
||||
position: sticky;
|
||||
top: var(--navbar-height);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&::after,
|
||||
|
|
Loading…
Reference in a new issue