lecom-ui 5.3.39 → 5.3.40

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.
@@ -266,7 +266,7 @@ const MultiSelect = React.forwardRef(
266
266
  PopoverContent,
267
267
  {
268
268
  className: cn(
269
- "p-0 max-h-80 overflow-auto",
269
+ "p-0 max-h-80",
270
270
  matchTriggerWidth && "w-[var(--radix-popover-trigger-width)]"
271
271
  ),
272
272
  align: "start",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lecom-ui",
3
- "version": "5.3.39",
3
+ "version": "5.3.40",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",