Added kinetic scrolling for iOS to apps dropdown menu #10281

this is tested with nc14
This commit is contained in:
kevin147147 2018-09-07 17:47:24 +02:00 committed by GitHub
parent a3e86be8c7
commit 9e2c472a91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -326,6 +326,7 @@ nav[role='navigation'] {
#apps {
max-height: inherit;
overflow: auto;
-webkit-overflow-scrolling: touch;
.in-header {
display: none;
}
@ -637,4 +638,4 @@ nav[role='navigation'] {
-webkit-appearance: none;
}
}
}
}