forked from AkkomaGang/akkoma-fe
fix panel overlaps in firefox
This commit is contained in:
parent
4a956fa18d
commit
fb70ea3b95
2 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
.conversation-heading {
|
.conversation-heading {
|
||||||
top: calc(var(--__panel-heading-height) * 2);
|
top: calc(var(--__panel-heading-height) * 2);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.-nonpanel {
|
&.-nonpanel {
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
padding: 0.6em;
|
padding: 0.6em;
|
||||||
height: var(--__panel-heading-height);
|
height: var(--__panel-heading-height);
|
||||||
line-height: var(--__panel-heading-height-inner);
|
line-height: var(--__panel-heading-height-inner);
|
||||||
z-index: 2;
|
z-index: 3;
|
||||||
|
|
||||||
&.-flexible-height {
|
&.-flexible-height {
|
||||||
--__panel-heading-height: auto;
|
--__panel-heading-height: auto;
|
||||||
|
|
Loading…
Reference in a new issue