Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 51d94e7

Browse files
authored
Merge pull request #11594 from kodadot/fix--min-height-on-no-footer-layout
2 parents 161f872 + 4512eab commit 51d94e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/no-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="min-h-full flex flex-col overflow-hidden">
33
<Navbar />
4-
<main class="grow py-8">
4+
<main class="grow py-8 min-h-[calc(100vh-var(--navbar-desktop)-4rem)]">
55
<div class="container-fluid">
66
<Error
77
v-if="$nuxt.isOffline"

0 commit comments

Comments
 (0)