diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 11 |
1 files changed, 11 insertions, 0 deletions
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; + } +} |
