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
@@ -57,7 +57,7 @@ Trigger Scroll Lock via Markup:
57
57
| animation | `object` | `false` | An object defining CSS class(es) to be applied when top or bottom edge is locked. (see [remarks<sup>1</sup>](#remarks1))
58
58
| selector | `string` | `false` | When provided, matching descendants will be locked. Useful when dealing with dynamic HTML.
59
59
| strict | `boolean` | `false` | When enabled, only elements passing the `strictFn` check will be locked.
60
-
| strictFn | `function` | (see [remarks<sup>2</sup>](#remarks2)) | This function is responsible for deciding if the element should be locked or not.
60
+
| strictFn | `function` | [remarks<sup>2</sup>](#remarks2) | This function is responsible for deciding if the element should be locked or not.
61
61
| touch | `boolean` | `auto` | Indicates if an element's lock is enabled on touch screens.
0 commit comments