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
**This component uses React Hooks, so it requires React 16.8.x or above.**
42
55
@@ -65,7 +78,7 @@ Due to a CSS limitation with how overflow works with padding, `height: 100%` doe
65
78
The `overflow` default value of `auto` is applied via `style`. If you want to use a css class to control it, you need to pass `null`, `undefined`, or an empty string to `overflow`. If you use a style object, you can set it there, since the default `auto` is applied before your style object and thus can be overwritten that way.
0 commit comments