fixed scroll style

This commit is contained in:
ParkerTenBroeck 2026-01-13 21:02:32 -05:00
parent e3a0370025
commit 794ac8cdd8

View file

@ -32,11 +32,11 @@ body {
.vscroll { .vscroll {
height: 100%; height: 100%;
overflow-y: scroll; overflow-y: auto;
} }
.scroll{ .scroll{
overflow: scroll; overflow: auto;
} }
.flexCol{ .flexCol{