diff --git a/src/components/dropdown.tsx b/src/components/dropdown.tsx index 9342e28c3..1c0f91ddc 100644 --- a/src/components/dropdown.tsx +++ b/src/components/dropdown.tsx @@ -9,6 +9,12 @@ const dropdownStyle = css` font-size: 0.8rem; color: var(--off-black); font-weight: bold; + appearance: menulist; + -webkit-appearance: menulist; + + & select::-ms-expand { + display: block; + } & option { text-transform: none;