Skip to content

Commit

Permalink
ui(client): allow MassActionBar to be clicked through
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian authored Apr 17, 2024
1 parent abd6fc5 commit c987d06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const MassActionsBar = () => {
/>
)}
<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>
<div css={tw`flex items-center space-x-4 pointer-events-auto rounded p-4 bg-black/50`}>
<Button onClick={() => setShowMove(true)}>Mover</Button>
Expand Down

0 comments on commit c987d06

Please sign in to comment.