ronca85
ronca85
for now you can try moving the "w-container" outside of the data-scroll-container so it isn't affected by scrolling.
@GeorgeStudio96 put href="#slider-container" on one of your anchors. currently it says href="#"
@abhishekm2106 can you recreate this issue on codepen and share the url here?
Why do you need such complexity? Send a link to the live page so I can see what's going on.
this is how it is suppose to work. there's too many different mobile devices to support. mobile phones have smooth scroll built in natively. you still have some features, like...
You can "fix" this by adding: `html { height: 100%; top: 0; left: 0; position: fixed; width: 100%; }` A side effect is - you may notice a little less...