From 0bac0589d91096332d742b6fd0f8b9c4ca1c4018 Mon Sep 17 00:00:00 2001 From: saml33 Date: Sat, 30 Dec 2023 22:04:38 +1100 Subject: [PATCH] fix modals sometimes jamming scroll --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index a3fb2cfc..47a40ef8 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -424,6 +424,10 @@ th { /* Base */ +html { + @apply overflow-auto; +} + body { @apply font-body text-sm font-medium tracking-wider; -webkit-font-smoothing: antialiased;