Having an issue with my JSFIDDLE parallax effect causing two scrollbars in the result. How can I ensure there is only one scrollbar for all my content?
Here is some of the HTML code:
<div id="intro">
<p>Sed uelit, sed quia...</p>
</div>
<div id="text">
<h1>Hello</h1>
</div>
<div id="wrapper">
<section id="frame1">
<div class="back">
</div>
</section>
<section id="frame7">
<div class="back">
</div>
</section>
</div>