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;