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
Nice catch - after some time of checking my math I've concluded that this is happening because I'm using rounded values provides by the browser with its offsetHeight and offsetWidth values. Switchting them with their corresponding getBoundingClientRect() counterparts gets rid of this problem.
This fix will be in the next release which should be published soon. I'll inform you once its out.
Describe the bug
To Reproduce
Use the example below and scroll all the way down.
Expected behavior
Should be inside the gray bar.
Examples
https://stackblitz.com/edit/vitejs-vite-gamrvo?file=src%2FApp.svelte
Environment
The text was updated successfully, but these errors were encountered: