nshki / naisho

Send personal data deletion request emails to hundreds of data brokers at once.
https://naisho.app
MIT License
17 stars 0 forks source link

fix: popover on iOS #8

Closed nshki closed 3 weeks ago

nshki commented 3 weeks ago

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.