@algorithm-shift/design-system 1.2.89 → 1.2.90

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/dist/index.mjs CHANGED
@@ -27891,6 +27891,7 @@ function LazySelectDropdown({
27891
27891
  onMouseDown: (e) => e.stopPropagation(),
27892
27892
  className: "absolute z-[900] w-fit mt-1 bg-white border border-gray-300 rounded-lg shadow-lg max-h-60 overflow-y-auto",
27893
27893
  style: {
27894
+ zIndex: 900,
27894
27895
  width: dropdownRef.current?.offsetWidth,
27895
27896
  top: dropdownRef.current ? dropdownRef.current.getBoundingClientRect().bottom + window.scrollY : 0,
27896
27897
  left: dropdownRef.current ? dropdownRef.current.getBoundingClientRect().left + window.scrollX : 0