@connectif/ui-components 6.0.3 → 6.0.4
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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -28749,7 +28749,7 @@ var MinimizableWindow = React98.forwardRef(function MinimizableWindow2({
|
|
|
28749
28749
|
Box_default2,
|
|
28750
28750
|
{
|
|
28751
28751
|
sx: {
|
|
28752
|
-
position: "
|
|
28752
|
+
position: "fixed",
|
|
28753
28753
|
zIndex: 999999,
|
|
28754
28754
|
width: window.innerWidth,
|
|
28755
28755
|
height: window.innerHeight,
|
|
@@ -28766,7 +28766,7 @@ var MinimizableWindow = React98.forwardRef(function MinimizableWindow2({
|
|
|
28766
28766
|
{
|
|
28767
28767
|
ref: overlayRef,
|
|
28768
28768
|
sx: {
|
|
28769
|
-
position: "
|
|
28769
|
+
position: "fixed",
|
|
28770
28770
|
zIndex: 999998,
|
|
28771
28771
|
bottom: "8px",
|
|
28772
28772
|
left: window.innerWidth / 2 - sizes7[size] / 2,
|