Fix page reload not being scrolled to top
This commit is contained in:
parent
61115b8955
commit
72d608f0b6
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@
|
|||
|
||||
66% {
|
||||
opacity: 0;
|
||||
transform: translateY(25vh)
|
||||
transform: translateY(25vh);
|
||||
display: none;
|
||||
}
|
||||
|
||||
100% {
|
||||
|
|
Loading…
Reference in a new issue