Skip to content

Commit 75c7fa0

Browse files
update readme
1 parent 80f09a6 commit 75c7fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Trigger Scroll Lock via Markup:
5757
| 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))
5858
| selector | `string` | `false` | When provided, matching descendants will be locked. Useful when dealing with dynamic HTML.
5959
| 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.
6161
| touch | `boolean` | `auto` | Indicates if an element's lock is enabled on touch screens.
6262

6363

0 commit comments

Comments
 (0)