We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a46a3 commit cb9eb91Copy full SHA for cb9eb91
1 file changed
resources/scripts/components/elements/DropdownMenu.tsx
@@ -94,7 +94,7 @@ class DropdownMenu extends React.PureComponent<Props, State> {
94
e.stopPropagation();
95
this.setState({ visible: false });
96
}}
97
- 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`}
98
>
99
{this.props.children}
100
</div>
0 commit comments