warping the order-type-select-container styles

This commit is contained in:
2025-11-05 22:50:11 +03:00
parent 87a7799fa6
commit 9454007905
3 changed files with 10 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ function MenuPage() {
<BackButton />
</div>
<div
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer}`}
className={`${styles.headerFloatingBtn} ${styles.orderTypeSelectContainer} order-type-select-container`}
>
<Select
value={orderType}