I am trying to get smooth scroll to work to a horizontally positioned element. The element is positioned on the right side outisde the screen, while the parent div has a width of 200%. Using the anchor works only without smooth scroll. I am working with Vue.js so following options exist:
vanilla smooth scroll:
html { scroll-behaviour: smooth }
or Vue smooth scroll:
<a href="#home" v-smooth-scroll>Home</a>
Both of which work fine vertically but not horizontally.
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment