From a38d184068df5a7bd4cac069fd147ee3ef41dd08 Mon Sep 17 00:00:00 2001 From: Faton Ramadani Date: Tue, 23 Aug 2022 20:03:24 +0200 Subject: [PATCH] fix(front): Fix scroll (#475) --- frontend/src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/app.css b/frontend/src/app.css index eaeec5064e..a465f6274d 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -3,6 +3,10 @@ @tailwind components; @tailwind utilities; +html { + overflow-y: auto; +} + @layer base { h1 { @apply text-2xl;