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: [PATCH] =?UTF-8?q?scrollbar-width=E3=82=92=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20(#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(+) diff --git a/src/client/style.scss b/src/client/style.scss index 45cae4f6e..cc1a6a8d3 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);