Fix scrolling issue

This commit is contained in:
KMKoushik
2024-04-22 10:35:45 +10:00
parent 7b6a1b6299
commit ae249df47d
2 changed files with 11 additions and 6 deletions

View File

@@ -71,6 +71,9 @@
@apply border-border;
}
body {
@apply bg-background text-foreground;
@apply bg-background text-foreground h-full;
}
html {
@apply h-full;
}
}