-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Svrollbar /> adds multiple <style> tags inside <head> every time you scroll #6
Comments
@oneezy thanks for your issue. i can reproduce this issue on the svrollbar website served by github pages, but i can not reproduce it on my local pc. hmm. i try to figure out this issue, i will share you if i find out about it. |
@oneezy i found some issues and PR in svelte github repository. Issues
PR (not merged yet) a workaround i found for this issue is that we should use svelte transition that are not turned into CSS transitions. |
ahh! so it's not thankyou for clarifying that |
@oneezy yes, this issue will fix when svelte fixes it. thank you for reporting. let me close this issue. |
When using
<Svrollbar>
to replace the Window scrollbar, each scroll adds 2<style>
tags to the<head>
. The first is added when you start the scroll and another is added when it ends.You can verify this by going to the Svrollbar Website , opening up dev tools and scrolling the page.
The text was updated successfully, but these errors were encountered: