mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
feat: use position: sticky
for discussion side nav (#3540)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
position: relative !important;
|
||||
padding-top: var(--header-height);
|
||||
padding-bottom: 50px;
|
||||
overflow-x: hidden;
|
||||
min-height: 100vh;
|
||||
|
||||
@media @phone {
|
||||
|
@@ -13,6 +13,7 @@ body {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
Reference in New Issue
Block a user