mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +00:00
fix(index-css): reduce height and width of scrollbar
This commit is contained in:
parent
52db578c32
commit
033ac93de3
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user