From fa5aa53940f4985ab10aa31ac0cefe9d52a54a87 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Thu, 1 Dec 2022 02:41:30 +0100 Subject: refactor(frontend): scrollbar improvements --- subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts') diff --git a/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts b/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts index c9480c7d..730fa6e3 100644 --- a/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts +++ b/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts @@ -61,7 +61,7 @@ class IndentationWidget extends WidgetType { const wrapper = document.createElement('span'); wrapper.style.top = '0'; - wrapper.style.left = '6px'; + wrapper.style.left = '0'; wrapper.style.position = 'absolute'; wrapper.style.pointerEvents = 'none'; -- cgit v1.2.3-70-g09d2