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

fix: popover on iOS #8

Merged
merged 2 commits into from
Jun 10, 2024
Merged

fix: popover on iOS #8

merged 2 commits into from
Jun 10, 2024

Conversation

nshki
Copy link
Owner

@nshki nshki commented Jun 10, 2024

Issue

Closes #6.

Overview

This fixes an issue with the "Help, I'm confused" popover not working on iOS. This was caused by the popovertarget element being nested in another form, which apparently doesn't work on mobile WebKit. The solution was to move the element outside of the form and style things accordingly.

@nshki nshki added the bug Something isn't working label Jun 10, 2024
@nshki nshki self-assigned this Jun 10, 2024
@nshki nshki merged commit 127a836 into main Jun 10, 2024
1 check passed
@nshki nshki deleted the fix/popover-on-ios branch June 10, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Form popover not working on iOS
1 participant