mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
BIG-19 fix: scrollable area on details drawer.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import { DrawerBody } from 'components';
|
||||
|
||||
import 'style/components/Drawers/ViewDetail/ViewDetail.scss';
|
||||
|
||||
@@ -14,7 +15,9 @@ export default function ReceiptDetailDrawerContent({
|
||||
}) {
|
||||
return (
|
||||
<ReceiptDetailDrawerProvider receiptId={receiptId}>
|
||||
<ReceiptDetail />
|
||||
<DrawerBody>
|
||||
<ReceiptDetail />
|
||||
</DrawerBody>
|
||||
</ReceiptDetailDrawerProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user