diff --git a/layouts/default.vue b/layouts/default.vue
index 1f95a4c..b10f38e 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -124,13 +124,16 @@
@@ -188,7 +204,8 @@ a {
}
.brello-flex-container {
- height: 100%;
+ height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
+ height: calc(var(--vh, 1vh) * 100);
min-height: 300px;
display: flex;
flex-direction: column;