feat: scrollbar styling

This commit is contained in:
Timothy J. Baek 2023-12-08 18:25:58 -08:00
parent 4cdf398225
commit c23da2c91c
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ math {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
height: 1rem; height: 0.35rem;
width: 0.5rem; width: 0.35rem;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {