We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad3902 commit 1078c21Copy full SHA for 1078c21
src/client/Preview.tsx
@@ -635,7 +635,7 @@ const TableDrawer: FC<TableDrawerProps> = ({
635
</Button>
636
</Dialog.Close>
637
</div>
638
- <div className="flex w-full flex-col overflow-clip rounded-lg border font-mono text-content-primary text-xs">
+ <div className="flex w-full flex-col overflow-scroll rounded-lg border font-mono text-content-primary text-xs">
639
<div className="grid grid-cols-8 border-b bg-surface-secondary">
640
<div className="col-span-2 flex min-h-8 items-center border-r px-2 py-1">
641
<p className="text-left uppercase">{headers[0]}</p>
0 commit comments