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

@ -19,3 +19,7 @@
height: calc(100vh - 60px);
overflow-y: auto;
}
.body::-webkit-scrollbar-track {
border: 0;
}