logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 7426417a525b30aa25a95bb64899c95df6ebf080
parent a035fa4e6cca657c464b472c0bfd479197cc7f7e
Author: Henry Jameson <me@hjkos.com>
Date:   Sun, 10 Apr 2022 18:44:22 +0300

more fixes

Diffstat:

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

diff --git a/src/panel.scss b/src/panel.scss @@ -63,7 +63,7 @@ &.-sticky { position: sticky; - top: 0; + top: var(--navbar-height); z-index: 2; }