fixing scroll

This commit is contained in:
Dominic DiTaranto 2025-12-13 19:06:26 -05:00
parent 26cc20c128
commit 92f307f6de

View file

@ -58,6 +58,9 @@
}
body {
overflow-y: scroll;
-ms-overflow-style: none;
scrollbar-width: none;
height: 100%;
background-color: #868F69;
background-repeat: repeat;