forked from Alex/Pterodactyl-Panel
Fix dropdown hiding under buttons
This commit is contained in:
parent
34a46a388f
commit
cb9eb918b2
@ -94,7 +94,7 @@ class DropdownMenu extends React.PureComponent<Props, State> {
|
||||
e.stopPropagation();
|
||||
this.setState({ visible: false });
|
||||
}}
|
||||
css={tw`absolute bg-white p-2 rounded border border-neutral-700 shadow-lg text-neutral-500 min-w-48`}
|
||||
css={tw`absolute bg-white p-2 rounded border border-neutral-700 shadow-lg text-neutral-500 min-w-48 z-50`}
|
||||
>
|
||||
{this.props.children}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user