Skip to content

Commit

Permalink
forced menulist appearance for dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed May 7, 2024
1 parent c775c6c commit 99fb7ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const dropdownStyle = css`
font-size: 0.8rem;
color: var(--off-black);
font-weight: bold;
appearance: menulist;
& option {
text-transform: none;
Expand Down

0 comments on commit 99fb7ff

Please sign in to comment.