I am trying to hide the application header aka app-header. While the application header gets hidden, it does leave out lot of white space. I have defined
<app-header hidden$="{{hideme}}"slot="header">
Wrap <app-header slot="header">
with: <template is="dom-if" if="{{!hideme}}"><template>