fix price

This commit is contained in:
hamid zarghami
2025-12-17 11:20:23 +03:30
parent ffe9348640
commit ecda73e63c
4 changed files with 33 additions and 28 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ const CartIndex = () => {
/>
</div>
<div className='flex overflow-y-auto noscrollbar flex-col h-full pt-4 gap-6' dir='rtl'>
<div className='flex overflow-y-auto noscrollbar flex-col h-full pt-4 gap-4 pb-24' dir='rtl'>
<CartItemsList />
<CartSummary description={description} onDescriptionChange={setDescription} />
</div>