Skip to content

Commit

Permalink
patch: fix timeline invoice preview (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
umihai29 authored Feb 28, 2025
1 parent dcbc353 commit adad5d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const InvoicePreview = ({
return (
<div
data-state={previewCard ? 'open' : 'closed'}
className='absolute top-10 right-0 data-[state=open]:animate-slideLeftAndFade data-[state=closed]:animate-slideRightAndFade flex flex-col border border-r-0 border-t border-b border-grayModern-200 w-[30vw] min-w-[600px] h-[calc(100vh-82px)] overflow-y-auto z-10 bg-white '
className='absolute top-0 right-0 data-[state=open]:animate-slideLeftAndFade data-[state=closed]:animate-slideRightAndFade flex flex-col border border-r-0 border-t-0 border-b border-grayModern-200 w-[30vw] min-w-[600px] h-[calc(100vh-42px)] overflow-y-auto z-10 bg-white '
>
<InvoicePreviewModal onClose={onClose} invoiceId={invoiceNumber ?? ''} />
</div>
Expand Down

0 comments on commit adad5d9

Please sign in to comment.