From 39b96cb0119676ab1d07c6961a22d0f0a22b3f3f Mon Sep 17 00:00:00 2001 From: Tengku Farhan <109069184+tfarhan00@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:24:04 +0700 Subject: [PATCH] fix: fit mobile toolbar and make scrollable (#6270) Co-authored-by: dwelle --- src/css/styles.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/css/styles.scss b/src/css/styles.scss index 28a42d069..c663e55be 100644 --- a/src/css/styles.scss +++ b/src/css/styles.scss @@ -530,6 +530,7 @@ // (doesn't work in Firefox) ::-webkit-scrollbar { width: 3px; + height: 3px; } ::-webkit-scrollbar-thumb { @@ -567,8 +568,8 @@ } .App-toolbar--mobile { - overflow-x: hidden; - max-width: 100vw; + overflow-x: auto; + max-width: 90vw; .ToolIcon__keybinding { display: none;