fix: ensure preview toolbar is always at bottom

This commit is contained in:
Maze Winther
2025-07-08 00:10:31 +02:00
parent d750d7f41d
commit c0cc4c009e

View File

@ -267,12 +267,9 @@ export function PreviewPanel() {
)
)}
</div>
) : (
<>
{/* Empty div so toolbar stays at the bottom */}
<div className="w-full h-full"></div>
</>
)}
) : null}
<div className="flex-1"></div>
<PreviewToolbar hasAnyElements={hasAnyElements} />
</div>