style: lift feedback rating bar positioning above order placement button

This commit is contained in:
Shanmuga Krishnan S M
2026-06-23 09:20:23 +05:30
parent b49265eaaf
commit 217f523059

View File

@@ -316,7 +316,7 @@
/* Feedback Snackbar */
.feedback-snackbar {
position: fixed;
bottom: 80px; /* Above bottom nav */
bottom: 160px; /* Above CartTab and bottom nav */
left: 16px;
right: 16px;
background: var(--surface);