diff --git a/components/layout-app/styles.scss b/components/layout-app/styles.scss index b42684d5..41585a3d 100644 --- a/components/layout-app/styles.scss +++ b/components/layout-app/styles.scss @@ -42,6 +42,7 @@ .mdc-layout-app { // ie11 workarround // https://stackoverflow.com/questions/25177791/ie11-flexbox-and-vh-height-units-not-compatible - height: 64px; + display:block; + height: 100%; } } \ No newline at end of file