Skip to content

🐛 chore: change snackbar location from bottom to center #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

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

kalpovskii
Copy link
Contributor

@kalpovskii kalpovskii commented Aug 7, 2025

Closes: https://trello.com/c/VAUm1iZX

  • Changed snackbar location from "bottom" to "center"

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: Update the bottom property to use dvh, 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

image

@kalpovskii kalpovskii requested a review from a team as a code owner August 7, 2025 20:10
Copy link

vercel bot commented Aug 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
adamant-im ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 8, 2025 8:40pm

Copy link

github-actions bot commented Aug 7, 2025

Deployed to https://msg-adamant-pr-843.surge.sh 🚀

@S-FrontendDev
Copy link
Collaborator

i don't like this decision

can you try css for fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants