Browse Source

Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar

Fixes the apps menu scrollbar
tags/v15.0.0beta1
Roeland Jago Douma 5 years ago
parent
commit
02e326f8f9
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      core/css/header.scss

+ 2
- 1
core/css/header.scss View File

@@ -329,7 +329,8 @@ nav[role='navigation'] {
/* Apps management */
#apps {
max-height: inherit;
overflow: auto;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
.in-header {
display: none;

Loading…
Cancel
Save