Browse Source

Make sidebar properly fullscreen in mobile/compact mode

tags/v8.2RC1
Vincent Petry 8 years ago
parent
commit
bc727d67ca
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      core/css/mobile.css

+ 1
- 1
core/css/mobile.css View File

@@ -83,7 +83,7 @@
}

#app-sidebar{
width: 100%;
width: 100% !important;
}

/* allow horizontal scrollbar in settings

Loading…
Cancel
Save