sveltejs / svelte-scroller

A <Scroller> component for Svelte apps
https://svelte.dev/repl/76846b7ae27b3a21becb64ffd6e9d4a6
Other
347 stars 25 forks source link

Fix width equalling 0 on load #15

Closed mhkeller closed 3 years ago

mhkeller commented 3 years ago

Fixes https://github.com/sveltejs/svelte-scroller/issues/13 by allowing width to be the natural CSS width when the scroller is absolutely positioned and setting it to the foreground width when it's in fixed position.

mhkeller commented 3 years ago

REPL: https://svelte.dev/repl/2977914e9c4d48f4bbf672fa7a449145?version=3.35.0

Rich-Harris commented 3 years ago

finally released this as 2.0.7. thank you