1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-07-30 07:51:52 -04:00

fix panel overlaps in firefox

This commit is contained in:
Henry Jameson 2022-05-09 23:11:50 +03:00
parent 4a956fa18d
commit fb70ea3b95
2 changed files with 2 additions and 1 deletions
src
components/timeline
panel.scss

@ -11,6 +11,7 @@
.conversation-heading {
top: calc(var(--__panel-heading-height) * 2);
z-index: 1;
}
&.-nonpanel {

@ -60,7 +60,7 @@
padding: 0.6em;
height: var(--__panel-heading-height);
line-height: var(--__panel-heading-height-inner);
z-index: 2;
z-index: 3;
&.-flexible-height {
--__panel-heading-height: auto;