Skip to content
Snippets Groups Projects
Commit 36a93db5 authored by Chris Beer's avatar Chris Beer
Browse files

Restore WorkspaceAdd scrollability

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