react-iscroll
react-iscroll copied to clipboard
Why does creating a list have a small height?
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.
@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>