Website double-scrolling on Chrome using scroll-snap-type
问题 I want my sections to take the whole page and as soon as the user scrolls up or down, the previous/next section comes up. It works perfectly on Firefox and on Chromium-Edge, but when I tested it on Chrome, it always skips a section (goes from section1 to section 3 and from section 3 back to section 1). What can I do to solve this problem? Here is the HTML: <div class="page container"> <div class="section section1"> ... </div> <div class="section section1"> ... </div> <div class="section