feat: style height of the scrollbar

This commit is contained in:
RadoslavDimchev 2023-11-22 08:32:50 +02:00
parent 751485b700
commit 7cc2dbe864

View File

@ -103,11 +103,13 @@ ul li {
} }
.transparent-scrollbar::-webkit-scrollbar { .transparent-scrollbar::-webkit-scrollbar {
width: 8px; width: 8px;
height: 8px;
} }
.transparent-scrollbar::-webkit-scrollbar-thumb { .transparent-scrollbar::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.1);
border-radius: 10px; border-radius: 10px;
height: 8px;
} }
.transparent-scrollbar::-webkit-scrollbar-thumb:hover { .transparent-scrollbar::-webkit-scrollbar-thumb:hover {