From 262f318d397d5e36ce2535b76d231d41cb633c87 Mon Sep 17 00:00:00 2001 From: Jimmy Tanagra Date: Wed, 22 Jan 2025 11:58:43 +1000 Subject: [PATCH] Layout Editor: Fix invisible bottom part of the screen In non full-screen mode, the bottom of the screen was hidden behind the bottom toolbar. This includes the "Add Masonry" button and any components at the bottom of the screen. Signed-off-by: Jimmy Tanagra --- .../web/src/components/widgets/layout/oh-layout-page.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-layout-page.vue b/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-layout-page.vue index 39770dece1..74ab1ad29e 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-layout-page.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/layout/oh-layout-page.vue @@ -29,6 +29,7 @@ +