Skip to content
Snippets Groups Projects
Commit 3ad9e835 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

full height fix

parent f30336ff
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export default class Homepage extends Component {
const { selectedTab, user } = this.props;
return (
<div>
<div className="flex flex-column flex-full">
{ this.state.onboarding ?
<Modal>
<NewUserOnboardingModal user={user} closeFn={() => (this.completeOnboarding())}></NewUserOnboardingModal>
......@@ -79,7 +79,7 @@ export default class Homepage extends Component {
</div>
</div>
</div>
<div className="relative pl4">
<div className="relative felx flex-column flex-full pl4">
<div style={this.styles.main}>
<div style={this.styles.mainWrapper}>
{ selectedTab === 'activity' ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment