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: scroll-customization-api/UseCases.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Disable scroll chaining
67
67
- Eg. Facebook chat widget (or any position:fixed overlay window)
68
68
- position: fixed container with an overflow:scroll div inside
69
69
- When the scroller has scrollTop=0, user attempting to scroll up on top of the widget should NOT cause the document to scroll
70
-
- IE/Edge have [-ms-scroll-chaining](https://msdn.microsoft.com/en-us/library/windows/apps/hh466007.aspx)for this
70
+
-Similar to IE/Edge's [-ms-scroll-chaining](https://msdn.microsoft.com/en-us/library/windows/apps/hh466007.aspx)except that effects only the chaining that occurs during a scroll gesture. The use case here may want to disable chaining even at the start of a new scroll gesture.
0 commit comments