From 0bb82478229b19adae998b9a32b05bcaa4ed0a4f Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 28 Mar 2019 15:50:53 -0400 Subject: fix double scrollbar display bug in mobile --- src/App.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/App.scss') diff --git a/src/App.scss b/src/App.scss index 6d16c7c9..c72529ac 100644 --- a/src/App.scss +++ b/src/App.scss @@ -839,3 +839,14 @@ nav { .vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler { opacity: .5; } + +// Disable vuebar and use native scrollbar in mobile device +#app.mobile { + .vb-content { + width: 100% !important; + padding-right: 0 !important; + } + .vb-dragger { + display: none; + } +} -- cgit v1.2.3-70-g09d2