mirror of https://github.com/zulip/zulip.git
Add elastic scrolling to iOS.
This adds elastic scrolling to iOS to allow for scroll inertia properties as standard webpages should exhibit.
This commit is contained in:
parent
1d2c3cec10
commit
30bd61530d
|
@ -156,6 +156,7 @@ p.n-margin {
|
|||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
z-index: 99;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.app-main,
|
||||
|
|
Loading…
Reference in New Issue