mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
BIG-19 fix: scrollable area on details drawer.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
import { DrawerBody } from 'components';
|
||||
|
||||
import 'style/components/Drawers/ExpenseDrawer.scss';
|
||||
|
||||
import { ExpenseDrawerProvider } from './ExpenseDrawerProvider';
|
||||
@@ -14,7 +16,9 @@ export default function ExpenseDrawerContent({
|
||||
}) {
|
||||
return (
|
||||
<ExpenseDrawerProvider expenseId={expenseId}>
|
||||
<ExpenseDrawerDetails />
|
||||
<DrawerBody>
|
||||
<ExpenseDrawerDetails />
|
||||
</DrawerBody>
|
||||
</ExpenseDrawerProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user