Skip to content

Commit 68581eb

Browse files
committed
fix: change overflow style from hidden to auto in InlinePreview component
1 parent 92c2851 commit 68581eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vibes.diy/pkg/app/components/ResultPreview/InlinePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function InlinePreview({
116116

117117
return (
118118
<div
119-
className="relative w-full h-full bg-gray-900 overflow-hidden"
119+
className="relative w-full h-full bg-gray-900 overflow-auto"
120120
style={{ isolation: "isolate", transform: "translate3d(0,0,0)" }}
121121
>
122122
{/* Error Overlay */}

0 commit comments

Comments
 (0)