From 0a6170bcff1bf5ff6619fe5fc9844c56630b1588 Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Thu, 30 Sep 2021 00:39:37 +0200 Subject: [PATCH] Update svgedit.css --- src/editor/svgedit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/svgedit.css b/src/editor/svgedit.css index bf39749f..b409c9b5 100644 --- a/src/editor/svgedit.css +++ b/src/editor/svgedit.css @@ -342,7 +342,7 @@ hr { margin-left: auto; margin-right: auto; overflow-y: scroll; - scrollbar-width: thin; /* Firefox */ + scrollbar-width: none; /* Firefox */ } #tools_left::-webkit-scrollbar { /* Chrome, Edge, and Safari */