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 57d2729 commit 67b2d94Copy full SHA for 67b2d94
resources/scripts/components/server/files/MassActionsBar.tsx
@@ -93,7 +93,7 @@ const MassActionsBar = () => {
93
/>
94
)}
95
<Portal>
96
- <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'}>
97
<Fade timeout={75} in={selectedFiles.length > 0} unmountOnExit>
98
<div css={tw`flex items-center space-x-4 pointer-events-auto rounded p-4 bg-black/50`}>
99
<Button onClick={() => setShowMove(true)}>Move</Button>
0 commit comments