From b197cdacf11fa9efa591ed7e98caed0d9ce2ee77 Mon Sep 17 00:00:00 2001 From: Said Gedik Date: Wed, 24 Jul 2024 16:22:44 +0200 Subject: [PATCH] fixed vertical scrolling --- frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 7dddc7e..726fa31 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -34,5 +34,5 @@ } html, body { - overflow: hidden !important; + /* overflow: hidden !important; */ }