#101010
Hristofor
Member

Hi peter.jak,
just set the size of the Smart.DockingLayout to 100% via CSS and remember to style the Angular app-root element as well since it doesn’t have any styles by default:


smart-docking-layout {
    height: 100%;
}
app-root {
    height: 100vh;
    display: block;
}

Best Regards,
Christopher
Smart HTML Elements Team
https://www.htmlelements.com