-
Notifications
You must be signed in to change notification settings - Fork 18
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
🐛 Bug?: Emojisplosion effect snaps down when mobile keyboard disappears #129
Comments
Ok @joemcil I poked around at this - and I think it's not a bug in Emojisplosion, but just a consequence of how mobile keyboard interact with the main webpage. Context: emojis right now are positioned with CSS:
You can see how these work together by:
Issue: because emojis are positioned relative to the page, anything that makes the page move up or down suddenly -such as a mobile keyboard- will shift the emojis. You can simulate this by running something like I think the only way around this would be to make the emojis parent container relative to the bottom of the page. Accepting PRs to add those styles to the emojis container! But note that I haven't tried this out personally - so you'll want to make sure this doesn't add any new, unexpected bugs. 🙂 |
@all-contributors please add @joemcil for bug.
|
I've put up a pull request to add @joemcil! 🎉 I couldn't determine any contributions to add, did you specify any contributions? |
Adds @joemcil as a contributor for bug. This was requested by JoshuaKGoldberg [in this comment](#129 (comment)) --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Overview
...
using it here (https://julians-fantabulous-site-0260b5.webflow.io/old-home) on the 'join waitlist' button. on desktop it works great but on mobile it doesnt explode out of the button but just below.
using code straight from the library
The text was updated successfully, but these errors were encountered: