I am looking to create a unique layout with a fullscreen div on top of a footer. The main element (#wrapper) should have a fullscreen background image and be scrollable to reveal the footer underneath.
Check out my code on JSFiddle: https://jsfiddle.net/tvuqzd17/
To Be Added: Custom CSS snippet
<div id="wrapper"></div>
<footer></footer>
However, I am encountering two issues:
- The layout works in Chrome but not in Safari.
- The background image remains fixed as I scroll down, which is not the desired behavior.