Created
February 21, 2015 23:34
-
-
Save flarnie/9b2475f81f6179691833 to your computer and use it in GitHub Desktop.
React-Waypoint Styling the Scrollable Parent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.infinite-scroll-example__scrollable-parent { | |
height: 500px; | |
overflow-y: scroll; | |
position: relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment