Skip to content

Commit 67b2d94

Browse files
authored
ui(client): allow MassActionBar to be clicked through (pterodactyl#4753)
1 parent 57d2729 commit 67b2d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/files/MassActionsBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const MassActionsBar = () => {
9393
/>
9494
)}
9595
<Portal>
96-
<div className={'fixed bottom-0 mb-6 flex justify-center w-full z-50'}>
96+
<div className={'pointer-events-none fixed bottom-0 mb-6 flex justify-center w-full z-50'}>
9797
<Fade timeout={75} in={selectedFiles.length > 0} unmountOnExit>
9898
<div css={tw`flex items-center space-x-4 pointer-events-auto rounded p-4 bg-black/50`}>
9999
<Button onClick={() => setShowMove(true)}>Move</Button>

0 commit comments

Comments
 (0)