diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-09-25 10:22:01 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-09-25 10:22:01 +0000 |
| commit | 3aaadd0d946c303101b1fb2ef7657f48863cd548 (patch) | |
| tree | 74a35ece01cf4d076882372f0cfa649cf90fa825 /src-migrate/pages/shop/cart/cart.module.css | |
| parent | 736e69b540654e05a512c960adf5f2becd3c2498 (diff) | |
| parent | f09422d942fad5de2a81c19a7d66a4f403b69ed4 (diff) | |
Merged in cr_cart_renca (pull request #465)
Cr cart renca
Diffstat (limited to 'src-migrate/pages/shop/cart/cart.module.css')
| -rw-r--r-- | src-migrate/pages/shop/cart/cart.module.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/cart.module.css b/src-migrate/pages/shop/cart/cart.module.css index b756fb15..af5a2abc 100644 --- a/src-migrate/pages/shop/cart/cart.module.css +++ b/src-migrate/pages/shop/cart/cart.module.css @@ -3,7 +3,7 @@ } .content { - @apply flex flex-wrap ; + @apply flex flex-wrap; } .item-wrapper { @@ -33,3 +33,15 @@ .summary-buttons-step-approval { @apply grid grid-cols-1 gap-y-3 mt-6; } + +@media (max-width: 768px) { + .item-wrapper { + /* adjust if your bar is taller/shorter */ + padding-bottom: calc(env(safe-area-inset-bottom) + 9rem); + } + + .summary-wrapper { + @apply fixed inset-x-0 bottom-0 z-50 md:sticky w-full; + } + +}
\ No newline at end of file |
