fix double scrollbar display bug in mobile
This commit is contained in:
parent
e97f8a4728
commit
0bb8247822
4 changed files with 22 additions and 4 deletions
src
11
src/App.scss
11
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue