allow x scrolling on overflowing viewports (mobile)

This commit is contained in:
2024-05-09 23:08:54 -05:00
parent bd49b57376
commit 3fa293a237

View File

@@ -43,7 +43,7 @@ const AbstractCard: FunctionComponent<AbstractCardProps> = ({
) : null}
</div>
) : null}
<div className="max-w-full p-2 px-4">
<div className="max-w-full p-2 px-4 overflow-x-auto">
{showRaw ? (
<pre className="scrollbar-thin m-2 max-h-[40rem] max-w-full overflow-y-auto whitespace-pre-wrap rounded">
{JSON.stringify(data, null, 4)}