Page-content padding while using no-toolbar

If using a tabbed app layout, and you are navigating to a page with class no-toolbar, the page-content still gets padding-bottom which is not required I think? (F7 v5.7.6)

I updated Framework7 right before I noticed this, so I don’t know if this was the case in previous versions.

Yes, it doesn’t unset padding. You can add this styles:

.page.no-toolbar .page-content {
  --f7-page-toolbar-bottom-offset: 0px;
}