jonasgeiler / svelte-tiny-virtual-list

A tiny but mighty list virtualization library for Svelte, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://svelte-tiny-virtual-list.jonasgeiler.com
MIT License
405 stars 23 forks source link

issue in edge webview #63

Open anvlkv opened 3 days ago

anvlkv commented 3 days ago

I have an issue in webview on windows, the scroll list appears horizontal but it has the necessary properties

image

After I toggle flex-direction property off and on again it looks correct but scrolling doesn't bring up new items

image

My usage can be seen here https://github.com/anvlkv/text-tut-ryadom/blob/fix/windows-improvements/src/lib/taskList.svelte#L54