From 9652fae814268b34102f5436a2908db1b506a8dd Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Thu, 9 Jul 2026 21:20:30 -0400 Subject: [PATCH] fix(core): support fixed-height module layouts Signed-off-by: Sebastian Krupinski --- core/src/views/PrivateLayout.vue | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/core/src/views/PrivateLayout.vue b/core/src/views/PrivateLayout.vue index a21c1b3..f276ad9 100644 --- a/core/src/views/PrivateLayout.vue +++ b/core/src/views/PrivateLayout.vue @@ -1,5 +1,6 @@