Skip to content

Commit

Permalink
Dropdown revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkayy committed Feb 2, 2023
1 parent db93c1d commit 238d105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Dropdown({ options, onChange }) {

{isShowingOptions && (
<animated.div
className="absolute overflow-hidden min-w-[6.5rem] bg-black border border-white w-max"
className="absolute overflow-hidden min-w-[6.5rem] z-50 bg-black border border-white w-max"
style={{
...style,
}}
Expand Down

0 comments on commit 238d105

Please sign in to comment.