mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
BIG-19 fix: scrollable area on details drawer.
This commit is contained in:
@@ -11,11 +11,13 @@ import AccountDrawerTable from './AccountDrawerTable';
|
||||
*/
|
||||
export default function AccountDrawerDetails() {
|
||||
return (
|
||||
<div className={'account-drawer'}>
|
||||
<div className={'account-drawer'}>
|
||||
<AccountDrawerActionBar />
|
||||
|
||||
<Card className={'card-header'}>
|
||||
<AccountDrawerHeader />
|
||||
</Card>
|
||||
|
||||
<AccountDrawerTable />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user