@stokelp/ui 2.71.0 → 2.72.0

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/ui.js CHANGED
@@ -21665,7 +21665,8 @@ const zf = U({
21665
21665
  display: "flex",
21666
21666
  flexDirection: "column",
21667
21667
  overflowY: "auto",
21668
- width: "100%",
21668
+ width: "240px",
21669
+ minWidth: "100%",
21669
21670
  transitionProperty: "width",
21670
21671
  transitionDuration: "fast",
21671
21672
  overflow: "hidden",