Impossible use scrollIntoView and scrollTo on Laravel 10
i had a problem with Laravel 10. I need to scroll to next element by pressing a button. I have already tried with myelement.scrollIntoView() and window.scrollTo() functions with no success, what is wrong? My js: import {polyfill, scrollIntoView} from "seamless-scroll-polyfill";…