ui(client): allow MassActionBar to be clicked through (#4753)
This commit is contained in:
parent
57d27293d2
commit
67b2d944a6
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ const MassActionsBar = () => {
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<Portal>
|
<Portal>
|
||||||
<div className={'fixed bottom-0 mb-6 flex justify-center w-full z-50'}>
|
<div className={'pointer-events-none fixed bottom-0 mb-6 flex justify-center w-full z-50'}>
|
||||||
<Fade timeout={75} in={selectedFiles.length > 0} unmountOnExit>
|
<Fade timeout={75} in={selectedFiles.length > 0} unmountOnExit>
|
||||||
<div css={tw`flex items-center space-x-4 pointer-events-auto rounded p-4 bg-black/50`}>
|
<div css={tw`flex items-center space-x-4 pointer-events-auto rounded p-4 bg-black/50`}>
|
||||||
<Button onClick={() => setShowMove(true)}>Move</Button>
|
<Button onClick={() => setShowMove(true)}>Move</Button>
|
||||||
|
|
Loading…
Reference in a new issue