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:
@@ -28,6 +28,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: var(--header-height);
|
top: var(--header-height);
|
||||||
padding-top: 32px;
|
padding-top: 32px;
|
||||||
|
z-index: 1;
|
||||||
|
|
||||||
&, > ul {
|
&, > ul {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
Reference in New Issue
Block a user