Revert back to vh
dvh causes micro jumps when scrolling near the top of the page which looks glitchy
This commit is contained in:
parent
7743664527
commit
48d4d4e966
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ body {
|
|||
.mobile-reachability-header {
|
||||
display: block;
|
||||
font-size: 3rem;
|
||||
padding: 10dvh 1rem;
|
||||
padding: 10vh 1rem;
|
||||
text-align: center;
|
||||
color: var(--color-text-highlight);
|
||||
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;
|
||||
|
|
Loading…
Add table
Reference in a new issue