There was an error while loading. Please reload this page.
1 parent 9bee63a commit 55550d4Copy full SHA for 55550d4
src/client/Preview.tsx
@@ -638,7 +638,7 @@ const TableDrawer: FC<TableDrawerProps> = ({
638
</Button>
639
</Dialog.Close>
640
</div>
641
-<div className="flex w-full flex-col overflow-scroll rounded-lg border font-mono text-content-primary text-xs">
+<div className="flex w-full flex-col overflow-y-scroll rounded-lg border font-mono text-content-primary text-xs">
642
<div className="grid grid-cols-8 border-b bg-surface-secondary">
643
<div className="col-span-2 flex min-h-8 items-center border-r px-2 py-1">
644
<p className="text-left uppercase">{headers[0]}</p>
0 commit comments