From b5fcb39037f5057dbe420159b6da6ec4ef0f05c1 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sun, 23 Feb 2025 20:31:11 +0800 Subject: [PATCH] fix(option): adjust scrollbar sizes for improved usability --- src/constants/option.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/option.ts b/src/constants/option.ts index 55d87db..af32043 100644 --- a/src/constants/option.ts +++ b/src/constants/option.ts @@ -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",