mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-26 02:14:47 +01:00
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
@ -1134,7 +1134,7 @@ body {
|
|||||||
.mobile-reachability-header {
|
.mobile-reachability-header {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
padding: 10dvh 1rem;
|
padding: 10vh 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: var(--color-text-highlight);
|
color: var(--color-text-highlight);
|
||||||
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;
|
animation: pageColumnsEntrance .3s cubic-bezier(0.25, 1, 0.5, 1) backwards;
|
||||||
|
Loading…
Reference in New Issue
Block a user