mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-15 10:12:52 -06:00
allow x scrolling on overflowing viewports (mobile)
This commit is contained in:
@@ -43,7 +43,7 @@ const AbstractCard: FunctionComponent<AbstractCardProps> = ({
|
|||||||
) : null}
|
) : null}
|
||||||
</div>
|
</div>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="max-w-full p-2 px-4">
|
<div className="max-w-full p-2 px-4 overflow-x-auto">
|
||||||
{showRaw ? (
|
{showRaw ? (
|
||||||
<pre className="scrollbar-thin m-2 max-h-[40rem] max-w-full overflow-y-auto whitespace-pre-wrap rounded">
|
<pre className="scrollbar-thin m-2 max-h-[40rem] max-w-full overflow-y-auto whitespace-pre-wrap rounded">
|
||||||
{JSON.stringify(data, null, 4)}
|
{JSON.stringify(data, null, 4)}
|
||||||
|
|||||||
Reference in New Issue
Block a user