fix modals sometimes jamming scroll

This commit is contained in:
saml33 2023-12-30 22:04:38 +11:00
parent d1fbf855a8
commit 0bac0589d9
1 changed files with 4 additions and 0 deletions

View File

@ -424,6 +424,10 @@ th {
/* Base */
html {
@apply overflow-auto;
}
body {
@apply font-body text-sm font-medium tracking-wider;
-webkit-font-smoothing: antialiased;