mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Increase scrollbar width
This commit is contained in:
parent
1820be4990
commit
7981cd45ed
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ export default function editor(colorScheme: ColorScheme) {
|
|||
},
|
||||
},
|
||||
scrollbar: {
|
||||
width: 8,
|
||||
width: 12,
|
||||
minHeightFactor: 1.0,
|
||||
track: {
|
||||
border: border(layer, "variant", { left: true }),
|
||||
|
|
Loading…
Reference in a new issue