We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generic referral modal is not closeable on mobile.
Should allow the user to close it.
A bit difficult to reproduce, but on dev environment, there should be a `BootPopups` component with a useEffect that manages the popup's state.
Either add a close button, or probably better if we add isDrawerOnMobile as true on the Modal component itself.
isDrawerOnMobile
Modal
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What went wrong? 🤔
The generic referral modal is not closeable on mobile.
Expected Behavior
Should allow the user to close it.
Steps to Reproduce Issue
Solution Proposed
Either add a close button, or probably better if we add
isDrawerOnMobile
as true on theModal
component itself.Screenshots
No response
Environment
No response
Browsers
No response
OS
No response
Version of daily.dev
No response
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: