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);
|
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,
|
||||||
|
|
Loading…
Reference in a new issue