mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Decrease scrollbar size to 8 pixels
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
-webkit-border-radius: 2px;
|
||||
background: rgba(150, 150, 150, .33);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user