From c0cc4c009eecc3865ec93201bdaff4a7f1249577 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Tue, 8 Jul 2025 00:10:31 +0200 Subject: [PATCH] fix: ensure preview toolbar is always at bottom --- apps/web/src/components/editor/preview-panel.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/web/src/components/editor/preview-panel.tsx b/apps/web/src/components/editor/preview-panel.tsx index bbd112c..2809a8a 100644 --- a/apps/web/src/components/editor/preview-panel.tsx +++ b/apps/web/src/components/editor/preview-panel.tsx @@ -267,12 +267,9 @@ export function PreviewPanel() { ) )} - ) : ( - <> - {/* Empty div so toolbar stays at the bottom */} -
- - )} + ) : null} + +