I'm having trouble scrolling on my website and I can't seem to figure out how to add more content. I've tried adjusting the height in CSS, but it didn't work. I'm new to web development and would appreciate any help! Maybe the issue lies within the CSS code, possibly in the body tag, although I'm not entirely sure. The webpage will look incomplete without the full CSS code. Here is the code for my website:
$('.toggle').on('click', function() {
$('.menu').toggleClass('active');
});
(CSS code displayed here)
<!DOCTYPE html>
(html code displayed here)
</html>