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 c31c5db commit 1f952f9Copy full SHA for 1f952f9
src/components/result/GenericResultView.tsx
@@ -447,10 +447,12 @@ export function GenericResultView({
447
448
{showInspectFDO && (
449
<Dialog open={showInspectDialog} onOpenChange={setShowInspectDialog}>
450
- <DialogContent className="rfs-max-w-[calc(100vw-40px)] !rfs-min-w-[min(1200px,calc(100vw-40px))]">
+ <DialogContent className="!rfs-max-w-[calc(100vw-40px)] !rfs-min-w-[min(1200px,calc(100vw-40px))]">
451
<DialogTitle>Inspect Fair Digital Object</DialogTitle>
452
453
- <PidComponent openByDefault value={pid} levelOfSubcomponents={10} />
+ <div className={"rfs-overflow-auto"}>
454
+ <PidComponent openByDefault value={pid} levelOfSubcomponents={10} />
455
+ </div>
456
</DialogContent>
457
</Dialog>
458
)}
0 commit comments