Style scrollbars.

This commit is contained in:
Mike Cao 2023-03-31 21:31:58 -07:00
parent 14802afe8b
commit 17601c4dea
8 changed files with 56 additions and 15 deletions

View file

@ -1,3 +1,7 @@
.data {
min-height: 600px;
.menu {
position: relative;
}
.content {
min-height: 800px;
}