From 6ec2481f6c93586f2d958da08c45cf19c6318b99 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 19 Sep 2024 19:43:41 -0500 Subject: [PATCH] Can scroll faster during start anim --- static/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index ef29373..62a62d5 100644 --- a/static/root.css +++ b/static/root.css @@ -138,7 +138,7 @@ img:not(.project-inner > div > img):not(.activity>img) { overflow-x: hidden; } - 100% { + 30% { overflow-y: hidden; overflow-x: hidden; }