@almadar/ui 5.44.0 → 5.46.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.
|
@@ -2717,6 +2717,7 @@ var GameCanvas3D = React11.forwardRef(
|
|
|
2717
2717
|
"data-orientation": orientation,
|
|
2718
2718
|
"data-camera-mode": cameraMode,
|
|
2719
2719
|
"data-overlay": overlay,
|
|
2720
|
+
style: { position: "relative", width: "100%", height: "100%", minHeight: "85vh", overflow: "hidden" },
|
|
2720
2721
|
children: [
|
|
2721
2722
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
2722
2723
|
fiber.Canvas,
|
|
@@ -2693,6 +2693,7 @@ var GameCanvas3D = forwardRef(
|
|
|
2693
2693
|
"data-orientation": orientation,
|
|
2694
2694
|
"data-camera-mode": cameraMode,
|
|
2695
2695
|
"data-overlay": overlay,
|
|
2696
|
+
style: { position: "relative", width: "100%", height: "100%", minHeight: "85vh", overflow: "hidden" },
|
|
2696
2697
|
children: [
|
|
2697
2698
|
/* @__PURE__ */ jsxs(
|
|
2698
2699
|
Canvas,
|