You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
html, body
height: 100%
body
background-color: grey
.container
position: relative
height: 100%
background-color: blue
overflow: auto
-webkit-overflow-scrolling: touch
.content
height: 1000px
width: 200px
margin: 10px auto
background-color: red
The text was updated successfully, but these errors were encountered:
iOS Simulator - iPhone 5 - iOS 8.1
When I'm setting
on scrollable container, overscrolling appears in this container, not in body.
HTML:
SASS:
The text was updated successfully, but these errors were encountered: