@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,
@@ -319,6 +319,7 @@
319
319
  position: relative;
320
320
  width: 100%;
321
321
  height: 100%;
322
+ min-height: 85vh;
322
323
  overflow: hidden;
323
324
  background: #1a1a2e;
324
325
  border-radius: 8px;
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/ui",
3
- "version": "5.44.0",
3
+ "version": "5.46.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [