Layout without footer with sidebar and header

Is there any sample of layout with sidebar togabile and header with full height of body whitout footer.
Yet for while I am trying to delete (hide) footer of default layout whit sidebar,
When I manage to extend body of size , toggle does not working for sidebar, If I just delete footer, gap between bootm and body remains.

Thanks in advanced

Indeed there is an issue at the moment and a gap will appear below the sidebar. This css rule will remove the gap:

.rz-sidebar {
    bottom: 0 !important;
}
1 Like

This worked for me in a Blazor WA app.
However when using the Blazor WA.Client / Server approach I did not find that this same soln worked.

1 Like

Hi there.

Does anybody succeded on hidding the footer in a Blazor Server app?

Thank you in advance.