diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-04-10 04:18:12 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-04-10 04:18:12 +0000 |
| commit | 20dd2a819be9c7bdb0571222705bec8b90e1e4b1 (patch) | |
| tree | dad65a3521b7489a2f61a5b349d6a84ba726c002 /src/lib/quotation | |
| parent | 4a05c21f583e1482acb126d51aafe5cbce49707f (diff) | |
| parent | 7f5985ab05ff17eb25f772ca40f61c34a29b459d (diff) | |
Merged in development_tri/feedback_UAT (pull request #2)
Development tri/feedback UAT
Diffstat (limited to 'src/lib/quotation')
| -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> |
