File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -164,9 +164,9 @@ One of… <br>
164
164
165
165
Distance (number of pixels or CSS length unit like ` 1em ` ) to the edge of the
166
166
content at which to consider the viewport fully scrolled. For example, if set to
167
- 10, then the Overflow will consider scrolling to have reached the end as long as
168
- it’s within 10 pixels of the border. You can use this when your content has a
169
- lot of padding and scrolling close enough to the edge should be good enough.
167
+ 10, then it will consider scrolling to have reached the end as long as it’s
168
+ within 10 pixels of the border. You can use this when your content has padding
169
+ and scrolling close to the edge should be good enough.
170
170
171
171
</td >
172
172
</tr >
Original file line number Diff line number Diff line change @@ -157,10 +157,9 @@ Overflow.propTypes = {
157
157
/**
158
158
* Distance (number of pixels or CSS length unit like `1em`) to the edge of
159
159
* the content at which to consider the viewport fully scrolled. For example,
160
- * if set to 10, then the Overflow will consider scrolling to have reached
161
- * the end as long as it’s within 10 pixels of the border. You can use this
162
- * when your content has a lot of padding and scrolling close enough to the
163
- * edge should be good enough.
160
+ * if set to 10, then it will consider scrolling to have reached the end as
161
+ * long as it’s within 10 pixels of the border. You can use this when your
162
+ * content has padding and scrolling close to the edge should be good enough.
164
163
*/
165
164
tolerance : PropTypes . oneOfType ( [ PropTypes . number , PropTypes . string ] )
166
165
} ;
You can’t perform that action at this time.
0 commit comments