You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i was recently making a page and wanted a child div to become a background and have scrolling at the same time. So i used the CSS seen inside #Child and once i hooked up jump.js i noticed the scroll did not work. Later i found out that css property overflow breaks scrolling. Once the overflow property is removed, The scrolling works again however CSS is broken.
So i was recently making a page and wanted a child div to become a background and have scrolling at the same time. So i used the CSS seen inside #Child and once i hooked up jump.js i noticed the scroll did not work. Later i found out that css property overflow breaks scrolling. Once the overflow property is removed, The scrolling works again however CSS is broken.
Demo: http://jsbin.com/peramitiki/1/edit?html,css,output
As seen here, Initially scrolling does not work; however, once removing the overflow property it works but css breaks.
The text was updated successfully, but these errors were encountered: