1
0
mirror of https://github.com/flarum/core.git synced 2025-07-23 17:51:24 +02:00

fix: sticky nav content displays below post stream (#3575)

This commit is contained in:
David Wheatley
2022-08-02 10:40:51 +01:00
committed by GitHub
parent 85d4fb6ce2
commit 61c4421bd2

View File

@@ -28,6 +28,7 @@
position: sticky;
top: var(--header-height);
padding-top: 32px;
z-index: 1;
&, > ul {
width: 150px;