fix(index-css): reduce height and width of scrollbar

This commit is contained in:
RadoslavDimchev 2024-04-20 11:22:02 +03:00 committed by Emil Ivanichkov
parent 52db578c32
commit 033ac93de3

View File

@ -101,14 +101,14 @@ ul li {
font-size: 15px;
}
.transparent-scrollbar::-webkit-scrollbar {
width: 8px;
height: 8px;
width: 7px;
height: 6px;
}
.transparent-scrollbar::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
height: 8px;
height: 6px;
}
.transparent-scrollbar::-webkit-scrollbar-thumb:hover {