Added kinetic scrolling for iOS to apps dropdown menu #10281
this is tested with nc14
This commit is contained in:
parent
a3e86be8c7
commit
9e2c472a91
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue