mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
add scroll padding
This commit is contained in:
parent
a7da38f040
commit
ef2ccfc3bc
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ html, body {
|
|||
position: relative;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
scroll-padding-top: 110px;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
|||
Loading…
Reference in a new issue