mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +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,
|
||||
scrollbar: {
|
||||
horizontalSliderSize: 4,
|
||||
verticalSliderSize: 18
|
||||
horizontalSliderSize: 10,
|
||||
verticalSliderSize: 10
|
||||
},
|
||||
showFoldingControls: "always",
|
||||
wordWrap: "on",
|
||||
|
Loading…
Reference in New Issue
Block a user