Skip to content

Commit 02e326f

Browse files
authored
Merge pull request #11624 from nextcloud/fix/11468/app-menu-scrollbar
Fixes the apps menu scrollbar
2 parents d9fe68e + 3285619 commit 02e326f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/css/header.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ nav[role='navigation'] {
329329
/* Apps management */
330330
#apps {
331331
max-height: inherit;
332-
overflow: auto;
332+
overflow-x: hidden;
333+
overflow-y: auto;
333334
-webkit-overflow-scrolling: touch;
334335
.in-header {
335336
display: none;

0 commit comments

Comments
 (0)