Skip to content
Snippets Groups Projects
Commit f59b400f authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

fix dash height (#4987)

parent 4a35c212
Branches
Tags
No related merge requests found
......@@ -188,7 +188,7 @@ export default class Dashboard extends Component<*, Props, State> {
}
return (
<LoadingAndErrorWrapper style={{ minHeight: "100%" }} className={cx("Dashboard flex-full", { "Dashboard--fullscreen": isFullscreen, "Dashboard--night": isNightMode})} loading={!dashboard} error={error}>
<LoadingAndErrorWrapper className={cx("Dashboard flex-full pb4", { "Dashboard--fullscreen": isFullscreen, "Dashboard--night": isNightMode})} loading={!dashboard} error={error}>
{() =>
<div className="full" style={{ overflowX: "hidden" }}>
<header className="DashboardHeader relative z2">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment