diff --git a/src/components/dropdown.tsx b/src/components/dropdown.tsx index 5ff4b03c1..1c0f91ddc 100644 --- a/src/components/dropdown.tsx +++ b/src/components/dropdown.tsx @@ -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;