- apply fixed height for footer buttons over app
- add floating cart button in cart page in desktop size
This commit is contained in:
2025-10-07 05:01:24 +03:00
parent 3485c073a3
commit 03a945c929
16 changed files with 127 additions and 66 deletions

View File

@@ -120,7 +120,7 @@ export default function SplitBillPage() {
position: "fixed",
bottom: 0,
left: 0,
height: "10vh",
height: "80px",
display: "flex",
flexDirection: "row",
justifyContent: "space-around",