Fix page reload not being scrolled to top

This commit is contained in:
Bingus_Violet 2024-02-13 10:54:50 -06:00
parent 61115b8955
commit 72d608f0b6

View file

@ -69,7 +69,8 @@
66% {
opacity: 0;
transform: translateY(25vh)
transform: translateY(25vh);
display: none;
}
100% {