Skip to content

Commit 99fb7ff

Browse files
committed
forced menulist appearance for dropdowns
1 parent c775c6c commit 99fb7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const dropdownStyle = css`
99
font-size: 0.8rem;
1010
color: var(--off-black);
1111
font-weight: bold;
12+
appearance: menulist;
1213
1314
& option {
1415
text-transform: none;

0 commit comments

Comments
 (0)