fui-material 2.1.12 → 2.1.13

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.
@@ -3000,7 +3000,7 @@ const FSelectSearchDb = ({
3000
3000
  const left2 = containerRect.left + scrollLeft;
3001
3001
  Object.assign(dropdownPortalRef.current.style, {
3002
3002
  position: "absolute",
3003
- top: `${top - 30}px`,
3003
+ top: `${top}px`,
3004
3004
  left: `${left2}px`,
3005
3005
  width: `${containerRect.width}px`,
3006
3006
  zIndex: "9999"