From 95bcdc02058ed05a4863911c294e206b3cd300cc Mon Sep 17 00:00:00 2001 From: agriyadev5 Date: Tue, 17 Aug 2021 16:57:20 +0530 Subject: [PATCH] #612 scroll bar style changes --- src/editor/svgedit.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/editor/svgedit.css b/src/editor/svgedit.css index 664744d1..ae2132c7 100644 --- a/src/editor/svgedit.css +++ b/src/editor/svgedit.css @@ -317,6 +317,11 @@ hr { overflow: auto; display: flex; align-items: center; + scrollbar-width: thin; +} + +#tools_bottom ::-webkit-scrollbar { + width: 3px; } #tools_bottom se-list { @@ -330,6 +335,11 @@ hr { grid-area: left; border-right: none; overflow-y: auto; + scrollbar-width: thin; +} +/* width */ +#tools_left ::-webkit-scrollbar { + width: 3px; } /*—————————————————————————————*/ @@ -585,7 +595,4 @@ ul li.current { width: 24px; } -/* width */ -::-webkit-scrollbar { - width: 3px; -} +