mirror of
https://github.com/atom/atom.git
synced 2026-01-13 08:57:59 -05:00
14 lines
211 B
Plaintext
14 lines
211 B
Plaintext
::-webkit-scrollbar-corner {
|
|
background-color: transparent;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 8px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 2px;
|
|
background: rgba(150, 150, 150, .33);
|
|
}
|