Skip to content

Commit ba242da

Browse files
author
Dylan Huang
committed
Update styling for SearchableSelect component to improve dropdown positioning
1 parent 4b332fd commit ba242da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite-app/src/components/SearchableSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ const SearchableSelect = React.forwardRef<
175175
<div
176176
className={`absolute z-50 w-max min-w-full mt-1 ${
177177
commonStyles.input.base
178-
} rounded-md max-h-60 overflow-auto ${
178+
} max-h-60 overflow-auto ${
179179
dropdownPosition === "right" ? "right-0" : "left-0"
180180
}`}
181181
style={{

0 commit comments

Comments
 (0)