feat: Add always scroll to keep menu on the same place
This commit is contained in:
parent
56855c5129
commit
af629b4d8a
|
@ -18,6 +18,7 @@ body
|
|||
margin: 0 auto
|
||||
padding: 0 var(--tile)
|
||||
max-width: 800px
|
||||
overflow-y: scroll
|
||||
|
||||
@media screen and (max-width: $size-small)
|
||||
--border-size: 2px
|
||||
|
|
Loading…
Reference in New Issue