@matthiaskrijgsman/mat-ui 0.0.44 → 0.0.45

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
@@ -2873,7 +2873,7 @@ const Lo = (n) => {
2873
2873
  /* @__PURE__ */ e(
2874
2874
  Y.div,
2875
2875
  {
2876
- className: "z-40",
2876
+ className: "fixed inset-0 z-40",
2877
2877
  style: { transformOrigin: "center" },
2878
2878
  initial: { opacity: 0 },
2879
2879
  animate: { opacity: 1 },
@@ -2933,7 +2933,7 @@ const Lo = (n) => {
2933
2933
  /* @__PURE__ */ e(
2934
2934
  Y.div,
2935
2935
  {
2936
- className: "z-40",
2936
+ className: "fixed inset-0 z-40",
2937
2937
  style: { transformOrigin: "center" },
2938
2938
  initial: { opacity: 0 },
2939
2939
  animate: { opacity: 1 },