We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a298ee9 commit 8684071Copy full SHA for 8684071
1 file changed
README.md
@@ -65,6 +65,14 @@ In case you need to lock only scroll
65
- https://codesandbox.io/s/l7nrkv1rnq - simple Locky
66
- https://codesandbox.io/s/k55641yx6o - a bit more complex
67
68
+# Tip
69
+__important__ tip for __Mobile Safary__ - while normal "touch move" will
70
+scroll "scrollable" container, touch+move started on inputs will start
71
+__drag-n-drop__ and cause whole layer(modal/page) scroll.
72
+(it will just scroll as a 💩, or not scroll at all).
73
+
74
+To disable this behavior - apply ` -webkit-overflow-scrolling: touch;` on the page.
75
76
# Other usages
77
78
Just track clicks outside your element
0 commit comments