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;