We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656c994 commit 1b7ceb8Copy full SHA for 1b7ceb8
1 file changed
vite-app/src/components/SearchableSelect.tsx
@@ -108,8 +108,8 @@ const SearchableSelect = React.forwardRef<
108
</svg>
109
</div>
110
111
- {isOpen && (
112
- <div className="absolute z-50 w-max min-w-full mt-1 bg-white border border-gray-200 rounded-md max-h-60 overflow-auto">
+ {isOpen && (
+ <div className="absolute z-50 w-max min-w-full mt-1 bg-white border border-gray-200 rounded-md max-h-60 overflow-auto">
113
<div className="p-2 border-b border-gray-200">
114
<input
115
ref={inputRef}
0 commit comments