You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced in Chrome, Opera and Edge (perhaps any Chromium based browser).
It works fine in Firefox and Safari.
Notes
It seems the issue is related to using iframe for block-level element bindings in Svelte 4, see sveltejs/svelte#7583.
Perhaps no longer an issue with block-level element bindings in Svelte 5, see sveltejs/svelte#7583 (comment).
The text was updated successfully, but these errors were encountered:
EugeneGoroschenya
changed the title
Block-level element bindings (e.g. bind:clientWidth) breaks scrolling.
Block-level element bindings (e.g. bind:clientWidth) breaks scrolling
Oct 3, 2024
Reproduce
Sources
Demo
Reproduced in Chrome, Opera and Edge (perhaps any Chromium based browser).
It works fine in Firefox and Safari.
Notes
It seems the issue is related to using
iframe
for block-level element bindings in Svelte 4, see sveltejs/svelte#7583.Perhaps no longer an issue with block-level element bindings in Svelte 5, see sveltejs/svelte#7583 (comment).
The text was updated successfully, but these errors were encountered: