Addressed 'tabs_bar' TODO
This commit is contained in:
@@ -63,14 +63,14 @@ scrollbar {
|
||||
|
||||
scrollbar trough {
|
||||
background-color: transparent;
|
||||
border-radius: 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
scrollbar slider {
|
||||
background-color: rgba(255, 255, 255, 0.18);
|
||||
border-radius: 8px;
|
||||
min-width: 10px;
|
||||
min-height: 10px;
|
||||
border-radius: 4px;
|
||||
min-width: 5px;
|
||||
min-height: 5px;
|
||||
transition: 120ms ease-in-out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user