Skip to content

Commit c643d73

Browse files
committed
fix: mobile buttons
1 parent 1bab481 commit c643d73

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

components/ui/ui-builder/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function MainLayout({ panelConfig }: { panelConfig: PanelConfig }) {
235235
return (
236236
<div
237237
data-testid="component-editor"
238-
className="flex flex-col w-full flex-grow h-screen"
238+
className="flex flex-col w-full flex-grow h-dvh"
239239
>
240240
{panelConfig.navBar}
241241
{/* Desktop Layout */}

0 commit comments

Comments
 (0)