fix: allow scrolling on tutorials index page

This commit is contained in:
Ajax Davis 2025-12-31 01:35:40 +10:00
parent 82efaf6d59
commit 8f4fd77d79

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%;
}
}