Steps:
- open this REPL in Chrome (no problem in Firefox) -https://svelte.dev/repl/b739483ffedc4e33bc4f6f2626c013ff?version=3.47.0
<div style="display: flex; align-items: flex-start;"><!-- svelte-ignore a11y-autofocus --><select style="position: sticky; top: 10px;"><option>he1</option><option>he2</option><option>he3</option><option>he4</option></select><div style="height: 1000px;"></div></div>
- scroll down the page
- click on
<select>
- the page will scroll to the top by itself
As it should be: The page should not scroll at all.