Skip to content

Commit 392933c

Browse files
committed
Height issue fix #release
1 parent 8ba2805 commit 392933c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webviews/src/components/demo/DemoBuilder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ export const DemoBuilder: React.FC = () => {
369369
</div>
370370
)}
371371

372-
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8 h-full min-h-0 lg:min-h-screen">
372+
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8 h-full min-h-0">
373373
<Sidebar className="lg:sticky lg:top-0 lg:self-start h-full lg:overflow-y-auto">
374374
<Card className='space-y-6'>
375375
<div className="flex items-center">

0 commit comments

Comments
 (0)