How to not include Footer in MainLayout

Hi,

I am delete next tag in MainLayout.razor

<RadzenFooter>
  <ChildContent>
    <RadzenLabel Text="app, Copyright Ⓒ 2020">
    </RadzenLabel>
  </ChildContent>
</RadzenFooter>

But the RadzenSidebar not adjust to screen ... you can helpme ..