Update Viewport.vue: add mobile-specific class to header spacer for improved layout handling on mobile devices
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user