-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Prevent auto-scroll to iframe #1653
Comments
Hi @NetanelBasal, thanks for the report! We’re looking into it. |
Hi again @NetanelBasal. We shipped an update which seems to fix the issue on https://ngneat.github.io/elf/docs/store and other pages using StackBlitz embeds. Can you give it a try and confirm? As a side note, I think you can make a couple tweaks to your embedding code:
|
Yes, it works perfectly. Great, I'll set the height to 100 and check the Thanks! |
Thanks for the fix! We just observed this issue ourselves the other day and now it has gone away. 🙇♂️ |
@thescientist13 The issue is not solved, it's back again. Checkout https://ngneat.github.io/elf/docs/store and you can see the page scrolls to the iframe again now! |
We are seeing the same issue, can you please add an option for disabling cursor focus? |
I am also facing same issue. |
Can also confirm it's happening (in Chrome, Firefox seems okay). Exact same issue as above. FYI @thescientist13 it's happening for you again too at https://www.greenwoodjs.io/getting-started/quick-start/ As a workaround, I am using |
seems like this is happening again? |
It was never fixed to begin with |
Description of Bug
When using the SDK it auto scrolls to the iframe.
Steps to Reproduce
See it live on every page here https://ngneat.github.io/elf/docs/store
Expected Behavior
Stop the auto-scroll.
The text was updated successfully, but these errors were encountered: