How to make section be tall enough to store data (fullpage.js)?
问题 I got a problem with sections. The text inside of section, overflows it. I don't understand this because, normally, when you disable autoScrolling, data is wrapped by the section. I downloaded fullpage demo and filled it with loads of text. Section wraps the text. My code is: Html: <div class="jumbotron about-section section" id="section1"> <p>lorem ipsum ... </p> </div> Css: .about-section{ background: url(../img/text_bg_sm.png); background-size: cover; background-repeat: no-repeat; font