feat: style height of the scrollbar

This commit is contained in:
RadoslavDimchev 2023-11-22 08:32:50 +02:00
parent 751485b700
commit 7cc2dbe864
1 changed files with 2 additions and 0 deletions

View File

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