diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 14:43:40 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-10 14:43:40 +0700 |
| commit | 98910cc03fe1c4779396a5e376184c5d4f5b86b4 (patch) | |
| tree | 83ee6ec197373c220af131a0a7dc0fee5481ec01 /src/lib/quotation/components/Quotation.jsx | |
| parent | 9c2c365da1edb2e2835d19303cdee81e53f3deb8 (diff) | |
| parent | 20dd2a819be9c7bdb0571222705bec8b90e1e4b1 (diff) | |
Merge branch 'master' of bitbucket.org:altafixco/next-indoteknik
Diffstat (limited to 'src/lib/quotation/components/Quotation.jsx')
| -rw-r--r-- | src/lib/quotation/components/Quotation.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/quotation/components/Quotation.jsx b/src/lib/quotation/components/Quotation.jsx index e233efd1..a68889f5 100644 --- a/src/lib/quotation/components/Quotation.jsx +++ b/src/lib/quotation/components/Quotation.jsx @@ -237,7 +237,7 @@ const Quotation = () => { </div> <div className='w-1/4 pl-4'> - <div className='border border-gray_r-6 bg-white rounded p-4'> + <div className='sticky top-48 border border-gray_r-6 bg-white rounded p-4'> <div className='flex justify-between items-center'> <div className='font-medium'>Ringkasan Pesanan</div> <div className='text-gray_r-11 text-caption-1'>{products?.length} Barang</div> |
