summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-10-01 11:13:59 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-10-01 11:13:59 +0700
commit693645910dab9e3f36600c9c542249455c1e1369 (patch)
treeb83b553feea402531ce7e0b3457f952a346e5e0f /src-migrate
parent2dc7f7ae3eb62f9821f8ae1fb87db2e7b9234e1b (diff)
parente5a5e1d5a7392871e3394ea2f629645195be5776 (diff)
Merge branch 'new-release' into Feature/switch-account
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/pages/shop/cart/cart.module.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/cart.module.css b/src-migrate/pages/shop/cart/cart.module.css
index 806104be..b756fb15 100644
--- a/src-migrate/pages/shop/cart/cart.module.css
+++ b/src-migrate/pages/shop/cart/cart.module.css
@@ -19,7 +19,7 @@
}
.summary-wrapper {
- @apply w-full md:w-1/4 md:pl-6 mt-6 md:mt-0 bottom-0 md:sticky sticky bg-white;
+ @apply w-[85%] md:w-1/4 md:pl-6 mt-6 md:mt-0 bottom-8 md:sticky fixed bg-white;
}
.summary {