Move new CSS file after rebase

This commit is contained in:
Matt-Yorkley
2021-12-20 20:17:10 +00:00
parent 09b9c3d4d0
commit eb224ec033
2 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.thin-scroll-bar::-webkit-scrollbar-track {
background-color: #f6f6f6;;
border: 1px solid #f0f0f0;
}
.thin-scroll-bar::-webkit-scrollbar {
width: 7px;
}
.thin-scroll-bar::-webkit-scrollbar-thumb {
background-color: #c3c3c3;
min-height: 40px;
}