<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scroll Snap - Viewport jumps to top while another element is transitioning"
   href="https://bugs.webkit.org/show_bug.cgi?id=150012#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Scroll Snap - Viewport jumps to top while another element is transitioning"
   href="https://bugs.webkit.org/show_bug.cgi?id=150012">bug 150012</a>
              from <span class="vcard"><a class="email" href="mailto:bbratvanov&#64;gmail.com" title="Boyan &lt;bbratvanov&#64;gmail.com&gt;"> <span class="fn">Boyan</span></a>
</span></b>
        <pre>I just accidentally discovered the most bizarre fix to this problem.

Before the closing body tag, add this CSS which is supposed to disable/override the behaviour.

&lt;style&gt;body { -webkit-scroll-snap-type: none; }&lt;/style&gt;

Instead, what happens is that the scroll snapping actually still works, but the bug disappears.

How is this even possible? Am I just sleep deprived and imagining things?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>