diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-09-30 03:16:55 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-09-30 03:16:55 +0000 |
| commit | 143b56fa23ba99e5a03330ad95bd0089ea3eb713 (patch) | |
| tree | 9513cbaeb9b56e7557ee86562fbb82290350d7c9 | |
| parent | 1c56a76f979a6e433d70634b92b1887fb1f19509 (diff) | |
| parent | 553b0f62ebe2254b046a6c6091a3345a5ede7751 (diff) | |
Merged in bug/keranjang-mobile (pull request #336)
<iman> update summary keranjang mobile porition
Approved-by: trisusilo
| -rw-r--r-- | src-migrate/pages/shop/cart/cart.module.css | 2 |
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 { |
