From 9c167acbd9720ffc82b70245f83e16a5a0a87819 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Tue, 19 Feb 2019 20:12:19 +0900 Subject: [PATCH] Supports scrollbar width in Firefox (#4319) * Supports scrollbar width in Firefox * fix style --- src/client/app/desktop/style.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/app/desktop/style.styl b/src/client/app/desktop/style.styl index 6ef9e329c..249d3db2e 100644 --- a/src/client/app/desktop/style.styl +++ b/src/client/app/desktop/style.styl @@ -11,6 +11,9 @@ html height 100% background var(--bg) + &, div, textarea + scrollbar-width thin + &, * scrollbar-color var(--scrollbarHandle) var(--scrollbarTrack)