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 {
height: 100%;
overflow-y: scroll;
overflow-y: auto;
}
.scroll{
overflow: scroll;
overflow: auto;
}
.flexCol{