diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-30 08:26:46 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-08-30 08:26:46 +0700 |
| commit | 764920d4caa59ebae08756f9bcefe6992e0890ea (patch) | |
| tree | 22c44b76bdb4b7a0d422d78ffd6461665cd298e0 | |
| parent | 41ec3c835dea697c74ca4f65fd8670d6a06c9310 (diff) | |
<Miqdad> Fix quotation expedition mobile
| -rw-r--r-- | src/lib/checkout/components/SectionQuotationExpedition.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/SectionQuotationExpedition.jsx b/src/lib/checkout/components/SectionQuotationExpedition.jsx index b8ea04ef..f043d257 100644 --- a/src/lib/checkout/components/SectionQuotationExpedition.jsx +++ b/src/lib/checkout/components/SectionQuotationExpedition.jsx @@ -239,7 +239,7 @@ export default function SectionExpeditionQuotation({ products }) { <div className='px-4 py-2'> <div className='flex justify-between items-center'> <div className='font-medium'>Pilih Ekspedisi: </div> - <div className='w-[350px]'> + <div className='relative w-[350px]'> <div className='w-full p-2 border rounded-lg bg-white cursor-pointer' onClick={() => setOnFocuseSelectedCourier(!onFocusSelectedCourier)} |
