aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-01 02:41:30 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-09 00:07:39 +0100
commitfa5aa53940f4985ab10aa31ac0cefe9d52a54a87 (patch)
treecb206fe9e980e3fa6752c5882a15a701b3aec7af /subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts
parentfeat(frontend): dev mode badge (diff)
downloadrefinery-fa5aa53940f4985ab10aa31ac0cefe9d52a54a87.tar.gz
refinery-fa5aa53940f4985ab10aa31ac0cefe9d52a54a87.tar.zst
refinery-fa5aa53940f4985ab10aa31ac0cefe9d52a54a87.zip
refactor(frontend): scrollbar improvements
Diffstat (limited to 'subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts')
-rw-r--r--subprojects/frontend/src/editor/indentationMarkerViewPlugin.ts2
1 files changed, 1 insertions, 1 deletions
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 {
61 61
62 const wrapper = document.createElement('span'); 62 const wrapper = document.createElement('span');
63 wrapper.style.top = '0'; 63 wrapper.style.top = '0';
64 wrapper.style.left = '6px'; 64 wrapper.style.left = '0';
65 wrapper.style.position = 'absolute'; 65 wrapper.style.position = 'absolute';
66 wrapper.style.pointerEvents = 'none'; 66 wrapper.style.pointerEvents = 'none';
67 67