Updated layout for settings pages.

This commit is contained in:
Mike Cao 2023-03-24 10:55:20 -07:00
parent 9260e5bc33
commit 43ef6884df
16 changed files with 124 additions and 81 deletions

View file

@ -16,6 +16,6 @@
grid-column: 1;
grid-row: 2 / 3;
min-height: 0;
max-height: calc(100vh - 60px);
height: calc(100vh - 60px);
overflow-y: auto;
}