From 8db53a6e97cb00e1cb398db52bcfed4d897e1b13 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Mon, 13 May 2024 15:27:10 +0100 Subject: [PATCH] fix: Fix box-sizing of Layout Editor - MEED-6806 - Meeds-io/meeds#1966 (#60) Prior to this change, the Layout editor wasn't displaying the right proportions when moving applications. This is due to the inherited box sizing which changed by the introduction of singlePageApplication. --- .../webapp/vue-app/layout-editor/components/LayoutEditor.vue | 2 +- .../layout-editor/components/content/base/CellsDropBox.vue | 2 +- .../layout-editor/components/content/base/CellsSelectionBox.vue | 2 +- .../components/content/common/SectionSelectionGrid.vue | 2 +- .../vue-app/layout-editor/components/content/container/Cell.vue | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/LayoutEditor.vue b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/LayoutEditor.vue index da77f6c34..209b0c08d 100644 --- a/layout-webapp/src/main/webapp/vue-app/layout-editor/components/LayoutEditor.vue +++ b/layout-webapp/src/main/webapp/vue-app/layout-editor/components/LayoutEditor.vue @@ -23,7 +23,7 @@ class="transparent" role="main" flat> -
+
+ class="layout-selecting-container border-box-sizing d-flex position-absolute elevation-2 z-index-modal">