Skip to content

Commit

Permalink
fix: add medium z-index to for dropdown of header types option to sho…
Browse files Browse the repository at this point in the history
…w options appropriately
  • Loading branch information
ullasgowda committed Jan 4, 2024
1 parent b8d3938 commit c682fed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const DDButton: React.FC<DropDownButtonProps> = props => {
boxShadow: '0 6px 12px rgb(0 0 0 / 18%);',
padding: '5px 0',
margin: '2px 0 0',
zIndex: 100
}}
align="start"
>
Expand Down

0 comments on commit c682fed

Please sign in to comment.