diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index a0afd821..d973a19b 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -64,6 +64,14 @@ function addIframe() { } } +.app-main:not(.with-fixed-header) { + min-height: calc(100vh - 64px); +} + +.app-main.with-tags-view:not(.with-fixed-header) { + min-height: calc(100vh - 105px); +} + .app-main.with-fixed-header { padding-top: 76px; min-height: calc(100vh - 76px);