tccd-ui 0.0.80 → 0.0.81

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.js CHANGED
@@ -740,6 +740,7 @@ function DropdownMenu({
740
740
  position: "absolute",
741
741
  top: rect.bottom + window.scrollY,
742
742
  left: rect.left + window.scrollX,
743
+ width: rect.width,
743
744
  minWidth: rect.width,
744
745
  zIndex: 9999
745
746
  });