From 72d608f0b67647c5321826bbf296a8f56b8b07c8 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Tue, 13 Feb 2024 10:54:50 -0600 Subject: [PATCH] Fix page reload not being scrolled to top --- static/root.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index 69fab92..ce937ab 100644 --- a/static/root.css +++ b/static/root.css @@ -69,7 +69,8 @@ 66% { opacity: 0; - transform: translateY(25vh) + transform: translateY(25vh); + display: none; } 100% {