fix: allow scrolling on tutorials index page

This commit is contained in:
Ajax Davis 2025-12-31 01:35:40 +10:00
parent 10116cd460
commit 24bc48bcef

View file

@ -38,12 +38,9 @@
font-family: var(--font-sans);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
html,
body,
#__next {
html {
height: 100%;
}
}