Skip to content

Commit 2a5603b

Browse files
authored
Update UseCases.md
1 parent e1d9a51 commit 2a5603b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scroll-customization-api/UseCases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Disable scroll chaining
6767
- Eg. Facebook chat widget (or any position:fixed overlay window)
6868
- position: fixed container with an overflow:scroll div inside
6969
- 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.
7171

7272
Custom scroll limit
7373
-----

0 commit comments

Comments
 (0)