Skip to content

Commit 55550d4

Browse files
committed
fix: table overflow
1 parent 9bee63a commit 55550d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/Preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ const TableDrawer: FC<TableDrawerProps> = ({
638638
</Button>
639639
</Dialog.Close>
640640
</div>
641-
<div className="flex w-full flex-col overflow-scroll rounded-lg border font-mono text-content-primary text-xs">
641+
<div className="flex w-full flex-col overflow-y-scroll rounded-lg border font-mono text-content-primary text-xs">
642642
<div className="grid grid-cols-8 border-b bg-surface-secondary">
643643
<div className="col-span-2 flex min-h-8 items-center border-r px-2 py-1">
644644
<p className="text-left uppercase">{headers[0]}</p>

0 commit comments

Comments
 (0)