JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Docking Layout › smart-docking-layout 100% height › Reply To: smart-docking-layout 100% height
August 25, 2020 at 10:25 am
#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