From b08e3f59d3a6cdcaae5da590de560afa84634697 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Sun, 5 Jul 2020 11:37:45 +0900 Subject: scrollbar-widthを設定するように (#6495) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * scrollbar-widthを設定するように * fix --- src/client/style.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client') diff --git a/src/client/style.scss b/src/client/style.scss index 45cae4f6e2..cc1a6a8d3c 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -29,6 +29,7 @@ html { &, * { scrollbar-color: var(--scrollbarHandle) var(--panel); + scrollbar-width: thin; &:hover { scrollbar-color: var(--scrollbarHandleHover) var(--panel); -- cgit v1.2.3-freya