fix: fit mobile toolbar and make scrollable (#6270)

Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
Tengku Farhan 2023-02-23 17:24:04 +07:00 committed by GitHub
parent 04a8c22f39
commit 39b96cb011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -530,6 +530,7 @@
// (doesn't work in Firefox) // (doesn't work in Firefox)
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 3px; width: 3px;
height: 3px;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
@ -567,8 +568,8 @@
} }
.App-toolbar--mobile { .App-toolbar--mobile {
overflow-x: hidden; overflow-x: auto;
max-width: 100vw; max-width: 90vw;
.ToolIcon__keybinding { .ToolIcon__keybinding {
display: none; display: none;