-
-
Notifications
You must be signed in to change notification settings - Fork 70
Bug: Snackbars are not visible when keyboard is opened #843
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
base: dev
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Deployed to https://msg-adamant-pr-843.surge.sh 🚀 |
|
i don't like this decision can you try css for fix? |
# Conflicts: # release-notes.md
|
Please verify that solution works.
Ideally, it should be above the keyboard at the bottom. For snackbar in light theme: |
Closes: https://trello.com/c/VAUm1iZX
I moved the Snackbar from the bottom to the center of the screen to prevent it from being hidden behind the mobile keyboard. Previously, the default bottom positioning caused visibility issues. The new "center" placement ensures messages remain clearly visible
If you have alternative suggestions for handling this issue, please let me know!
UPDATE:
calc(10dvh + var(--v-layout-bottom, 0px) + env(safe-area-inset-bottom, 0px)). This ensures the element's position correctly adapts to the dynamic mobile viewport