mirror of
https://github.com/hoornet/vega.git
synced 2026-05-09 05:39:10 -07:00
Widen scrollbar from 6px to 12px for easier mouse dragging
This commit is contained in:
@@ -97,16 +97,16 @@ body {
|
|||||||
animation: fade-in 150ms ease-out;
|
animation: fade-in 150ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar — thin, minimal */
|
/* Scrollbar */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 6px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: var(--color-border);
|
background: var(--color-border);
|
||||||
border-radius: 3px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: var(--color-text-dim);
|
background: var(--color-text-dim);
|
||||||
|
|||||||
Reference in New Issue
Block a user