feat: style height of the scrollbar
This commit is contained in:
parent
751485b700
commit
7cc2dbe864
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue