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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ scroll-boundary-behavior{-x,-y}: auto | contain | none
29
29
30
30
where:
31
31
* auto - Allow the default behavior for the user agent.
32
-
* contain - Hint to disable scroll chaining. The user agent may show an appropriate overscroll affordance such as a glow/bounce etc. If the scroll chaining would trigger a non-scroll action, such as a navigation action, this property should be a hint to disable the navigation action.
32
+
* contain - Hint to disable scroll chaining. The user agent may show an appropriate overscroll affordance. If the scroll chaining would trigger a non-scroll action, such as a navigation action, this property should be a hint to disable the navigation action.
33
33
* none - Same as contain but also hint that no overscroll affordance should be triggered.
34
34
35
35
This should apply to all, non-programatic, user scroll actions.
0 commit comments