fix scrollbar affecting layout
Some checks failed
renovate / renovate (push) Successful in 29s
test-build / build (push) Has been cancelled

This commit is contained in:
2025-07-15 01:39:40 -05:00
parent 8420c8dd58
commit 7f9fb4d2b9

View File

@@ -16,6 +16,7 @@
html {
scroll-behavior: smooth;
scroll-padding-top: 5rem;
overflow-y: scroll;
}
body {