Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rommguy authored Aug 7, 2017
1 parent 568d438 commit 4d86ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This prop will override any value given to heightRelativeToParent when setting t
- Check if you forgot to remove 'overflow' properties from the content root element.
- If you're using JSX, make sure you use Pascal case and not camelCase \<CustomScroll\> and not \<customScroll\>.
starting with lower case causes JSX to treat the tag as a native dom element
- Check that you have a height limit on the content root element (max-height)
- Make sure you have a height limit on the content root element (max-height)
- Check if your height limit is relative to parent, and you didn't use heightRelativeToParent prop.


Expand Down

0 comments on commit 4d86ad6

Please sign in to comment.