logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: fb70ea3b9510e579d5b596883a546a28a7dc297c
parent 4a956fa18df73c1aa4d01cfe3008a512682d2b62
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  9 May 2022 23:11:50 +0300

fix panel overlaps in firefox

Diffstat:

Msrc/components/timeline/timeline.scss1+
Msrc/panel.scss2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss @@ -11,6 +11,7 @@ .conversation-heading { top: calc(var(--__panel-heading-height) * 2); + z-index: 1; } &.-nonpanel { diff --git a/src/panel.scss b/src/panel.scss @@ -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;