mirror of
https://github.com/danbulant/design
synced 2026-05-24 12:23:57 +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;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
|
scroll-padding-top: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue