--f7-page-subnavbar-offset

i keep having this issue where after switching tabs i get some issue where the --f7-page-subnavbar-offset is pushing my page down by around 44px, then if i disable the css below it fixes the layout:

.page-with-subnavbar, .subnavbar ~ * {
    --f7-page-subnavbar-offset: var(--f7-subnavbar-height);
}