1
0

fix scrollbar affecting layout

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 {