From f3067ebba5c98ee401a641c733d0f64ff41033f1 Mon Sep 17 00:00:00 2001 From: Guilherme Caponetto <638737+caponetto@users.noreply.github.com> Date: Fri, 3 Mar 2023 15:46:30 -0300 Subject: [PATCH] Fix line numbers shift (#74) --- src/webview/css/static/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webview/css/static/app.css b/src/webview/css/static/app.css index 06e3794..3fa5a5e 100644 --- a/src/webview/css/static/app.css +++ b/src/webview/css/static/app.css @@ -6,7 +6,7 @@ body { padding: 1px; display: flex; flex-direction: column; - scrollbar-gutter: stable both-edges; + scrollbar-gutter: stable; } body * {