@rovula/ui 0.0.63 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -191,7 +191,7 @@ const Dropdown = forwardRef<HTMLInputElement, DropdownProps>(
|
|
|
191
191
|
return (
|
|
192
192
|
<ul
|
|
193
193
|
className={cn(
|
|
194
|
-
"absolute mt-1 w-full bg-base-popup border border-base-popup text-base-popup-foreground rounded-md shadow-md z-
|
|
194
|
+
"absolute mt-1 w-full bg-base-popup border border-base-popup text-base-popup-foreground rounded-md shadow-md z-50 max-h-60 overflow-y-auto",
|
|
195
195
|
optionContainerClassName
|
|
196
196
|
)}
|
|
197
197
|
style={dropdownStyles}
|