mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
18 lines
246 B
SCSS
18 lines
246 B
SCSS
|
|
||
|
::-webkit-scrollbar {
|
||
|
width: 8px;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar {
|
||
|
height: 8px;
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-track {
|
||
|
//background: rgba(100, 100, 100, 0.1);
|
||
|
}
|
||
|
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
background: rgba(100, 100, 100, 0.35);
|
||
|
border-radius: 4px;
|
||
|
}
|