logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 647b8e5f6b4043976abcbe3d105a0362efdca359
parent 4f617a7293922fdce85462009feb7e52770a7e62
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 11 Apr 2022 23:34:56 +0300

more fixes for z-indexes in panels

Diffstat:

Msrc/panel.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panel.scss b/src/panel.scss @@ -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,