mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-21 16:42:29 +01:00
ui(client): allow MassActionBar to be clicked through (#4753)
This commit is contained in:
parent
57d27293d2
commit
67b2d944a6
@ -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)}>Move</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user