|
|
@ -258,7 +258,7 @@ function ShoppingCart({ |
|
|
|
|
|
|
|
|
|
|
|
: |
|
|
|
: |
|
|
|
|
|
|
|
|
|
|
|
<div className="flex flex-col justify-between items-center bg-gray-200 left-0 pt-24" style={{height: '100vh'}}> |
|
|
|
<div className="flex flex-col justify-between items-center bg-gray-100 left-0 pt-24" style={{height: '100vh'}}> |
|
|
|
<div className={`w-full flex items-center flex-col ${list?.length > 3 && 'overflow-x-hidden overflow-scroll'}`} style={{height: '35%'}}> |
|
|
|
<div className={`w-full flex items-center flex-col ${list?.length > 3 && 'overflow-x-hidden overflow-scroll'}`} style={{height: '35%'}}> |
|
|
|
|
|
|
|
|
|
|
|
{list.map((product, index) => ( |
|
|
|
{list.map((product, index) => ( |
|
|
|