From 8e7f69cb58c3142c345e688f62d9d2d38438dbb1 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 9 May 2022 20:41:11 -0700 Subject: [PATCH] fixed scrollbar dragging - fixes #6359 --- tabby-terminal/src/frontends/xterm.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tabby-terminal/src/frontends/xterm.css b/tabby-terminal/src/frontends/xterm.css index f894ee86..95d58b1e 100644 --- a/tabby-terminal/src/frontends/xterm.css +++ b/tabby-terminal/src/frontends/xterm.css @@ -15,6 +15,7 @@ .xterm-decoration-overview-ruler { right: 6px; + pointer-events: none; } .xterm-find-result-decoration {