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-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ export default props => (
74
74
|`nonce`|`string`|| Set the nonce for [Content Security Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy)|
75
75
|`scroller`|`function`|`() => Infinity`| A function to determine how far should scroll when scroll is needed |
76
76
|`scrollViewClassName`|`string`|| Set the class name for the container element that house all `props.children`|
77
-
|`styleOptions.stylesRoot`|`Node`|`undefined`| Set the container node for component styles to be placed into. When set to `undefined`, will use `document.head`|
77
+
|`styleOptions.stylesRoot`|`Node`|`undefined`| Set the container node for component styles to be placed into. When set to `undefined`, will use `document.head`|
0 commit comments