Skip to content
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

feat: fix iframe blocking page interaction #163

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ruirochawork
Copy link

Seems like there's an iframe being rendered from a script that is blocking all page intereaction due to its styling.

  • added pointer-events none style to iframe that's being loaded externally to prevent page interaction blocking

image

Copy link
Collaborator

@vijayg10 vijayg10 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ruirochawork How are you facing this issue? We didn't face this issue before.

@ruirochawork ruirochawork marked this pull request as draft January 18, 2023 10:42
@ruirochawork ruirochawork marked this pull request as ready for review January 18, 2023 10:43
@ruirochawork
Copy link
Author

ruirochawork commented Jan 18, 2023

@ruirochawork How are you facing this issue? We didn't face this issue before.

I've tested it in Chrome, Brave, Firefox, and Edge, all Windows versions. From a CSS perspective, it seems to make sense because, if you look at the screenshot, both height and width have 100% values from the top left side corner with an absolute position.

Btw, this is something that started happening a week or two ago, hence why I'm suspecting an external script is causing it since reverting to previous commits didn't solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants