Skip to content

Commit

Permalink
more attempted fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
varCepheid committed May 7, 2024
1 parent 99fb7ff commit b3d2d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ const dropdownStyle = css`
color: var(--off-black);
font-weight: bold;
appearance: menulist;
-webkit-appearance: menulist;
& select::-ms-expand {
display: block;
}
& option {
text-transform: none;
Expand Down

0 comments on commit b3d2d95

Please sign in to comment.