mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-09 19:15:38 +00:00
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 {
|
.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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user