#100940
admin
Keymaster

Hi davout,
To achieve that you may use this:

html, body {
   width: 100%; height: 100%; padding: 0; margin: 0;
}
app-public-home-header {
   display: block;
   width: 100%;
   height: 200px;
   background: #eee;
}
smart-splitter {
   width: 100%;
   height: 100%;
}

Hope this helps.
Best Regards,
B. Markov