schovi / react-iscroll

React component for wrapping iScroll http://iscrolljs.com/
MIT License
236 stars 60 forks source link

Why does creating a list have a small height? #38

Open jr69 opened 7 years ago

jr69 commented 7 years ago

If I create a list, like a list of 20 <h1'>foo</h1'>, it doesn't take up the page. Its like the whole list is just sitting in a small box with a height of about 300px.

schovi commented 7 years ago

@jr69 My guess is, that it is styling problem. Like it has to be block elements without floating etc. Try to wrap it into <div> or <ul><li>