mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
fix(option): adjust scrollbar sizes for improved usability
This commit is contained in:
parent
e06f286815
commit
b5fcb39037
@ -22,8 +22,8 @@ export const CODE_EDITOR_OPTIONS: monaco.editor.IEditorConstructionOptions = {
|
|||||||
},
|
},
|
||||||
readOnly: false,
|
readOnly: false,
|
||||||
scrollbar: {
|
scrollbar: {
|
||||||
horizontalSliderSize: 4,
|
horizontalSliderSize: 10,
|
||||||
verticalSliderSize: 18
|
verticalSliderSize: 10
|
||||||
},
|
},
|
||||||
showFoldingControls: "always",
|
showFoldingControls: "always",
|
||||||
wordWrap: "on",
|
wordWrap: "on",
|
||||||
|
Loading…
Reference in New Issue
Block a user