Update Viewport.vue: add mobile-specific class to header spacer for improved layout handling on mobile devices

This commit is contained in:
Jeppe Bundgaard
2025-12-18 09:44:11 +01:00
parent fba30ba2ac
commit aac14e474a
+1 -1
View File
@@ -46,7 +46,7 @@ const showFooterInContent = computed(() => {
<ViewportHeader />
</div>
<!-- Spacer (To avoid content being hidden behind the fixed header) -->
<div :style="{ height: headerHeight + 'px' }"></div>
<div :style="{ height: headerHeight + 'px' }" class="is-hidden-mobile"></div>
<div class="fixed-grid has-12-cols">
<!-- Navigation and content wrapper -->
<div class="grid">