mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 20:28:38 -04:00
Properly resize/scroll account selection tree
This commit is contained in:
@ -553,7 +553,7 @@ const MoneyGoApp = React.createClass({
|
||||
} else {
|
||||
if (this.state.user.isUser())
|
||||
mainContent =
|
||||
<TabbedArea defaultActiveKey='1' className="flex-container">
|
||||
<TabbedArea defaultActiveKey='1' className="">
|
||||
<TabPane tab="Accounts" eventKey='1' className="fullheight">
|
||||
<AccountsTab
|
||||
className="fullheight"
|
||||
|
Reference in New Issue
Block a user