Skip to content

Commit 1078c21

Browse files
committed
feat: handle overflow
1 parent 7ad3902 commit 1078c21

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
@@ -635,7 +635,7 @@ const TableDrawer: FC<TableDrawerProps> = ({
635635
</Button>
636636
</Dialog.Close>
637637
</div>
638-
<div className="flex w-full flex-col overflow-clip rounded-lg border font-mono text-content-primary text-xs">
638+
<div className="flex w-full flex-col overflow-scroll rounded-lg border font-mono text-content-primary text-xs">
639639
<div className="grid grid-cols-8 border-b bg-surface-secondary">
640640
<div className="col-span-2 flex min-h-8 items-center border-r px-2 py-1">
641641
<p className="text-left uppercase">{headers[0]}</p>

0 commit comments

Comments
 (0)