Skip to content
Snippets Groups Projects
Unverified Commit 542c6b51 authored by Jack Reed's avatar Jack Reed Committed by GitHub
Browse files

Merge pull request #3169 from ProjectMirador/workspace-add-scroll

Restore WorkspaceAdd scrollability
parents 20fe4091 36a93db5
Branches
Tags
No related merge requests found
...@@ -112,7 +112,7 @@ export const IIIFDropTarget = (props) => { ...@@ -112,7 +112,7 @@ export const IIIFDropTarget = (props) => {
const isActive = canDrop && isOver; const isActive = canDrop && isOver;
return ( return (
<div ref={drop}> <div ref={drop} style={{ height: '100%', width: '100%' }}>
{children} {children}
<Backdrop open={isActive} style={{ zIndex: 9999 }}> <Backdrop open={isActive} style={{ zIndex: 9999 }}>
<InsertDriveFileSharpIcon style={{ color: grey[400], fontSize: 256 }} /> <InsertDriveFileSharpIcon style={{ color: grey[400], fontSize: 256 }} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment