From 8d1f8edc5a318fd71c7801c33b132195c03eb249 Mon Sep 17 00:00:00 2001 From: Kelly Yang <124ykl@gmail.com> Date: Sat, 3 Jan 2026 15:39:28 -0800 Subject: [PATCH] fix 3d-min-resize (#7815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Set up a minimum height on the viewer container to prevent layout collapse caused by the absolutely positioned canvas. ## Changes What: Updated handleResize apply a minimum height style to the parent element ## Screenshots before https://github.com/user-attachments/assets/0ddb2681-3083-4dfe-b59f-77724072002d after https://github.com/user-attachments/assets/672570ad-8792-4e09-8050-6dfcb921cd36 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7815-fix-3d-min-resize-2da6d73d3650811ca66fd82ad13258b9) by [Unito](https://www.unito.io) --- src/components/load3d/Load3DScene.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/load3d/Load3DScene.vue b/src/components/load3d/Load3DScene.vue index 2ef32ce45b..cf497dea59 100644 --- a/src/components/load3d/Load3DScene.vue +++ b/src/components/load3d/Load3DScene.vue @@ -1,7 +1,7 @@