Fix scrolling behavior in safari (#383)

Close #377
This commit is contained in:
Luke Vella 2023-01-09 11:34:49 +00:00 committed by GitHub
parent 175f1a733e
commit a5576f648d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,14 +3,12 @@
@tailwind utilities;
@layer base {
html,
html {
@apply h-full overflow-auto bg-slate-50 text-base text-slate-600;
}
body,
#__next {
height: 100%;
@apply overflow-x-hidden bg-slate-50;
}
body {
@apply bg-slate-50 text-base text-slate-600;
@apply h-full;
}
p {
@apply mb-4;