@almadar/ui 4.41.1 → 4.41.2
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/avl/index.cjs +3 -1
- package/dist/avl/index.js +3 -1
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -53202,7 +53202,9 @@ var AvlOrbitalsCosmicZoom = ({
|
|
|
53202
53202
|
flexDirection: "column",
|
|
53203
53203
|
gap: 8,
|
|
53204
53204
|
borderLeft: `1px solid ${color}`,
|
|
53205
|
-
opacity: 0.95
|
|
53205
|
+
opacity: 0.95,
|
|
53206
|
+
overflowY: "auto",
|
|
53207
|
+
minHeight: 0
|
|
53206
53208
|
},
|
|
53207
53209
|
children: [
|
|
53208
53210
|
/* @__PURE__ */ jsxRuntime.jsxs(Typography, { variant: "small", weight: "semibold", style: { color, marginBottom: 4 }, children: [
|
package/dist/avl/index.js
CHANGED
|
@@ -53156,7 +53156,9 @@ var AvlOrbitalsCosmicZoom = ({
|
|
|
53156
53156
|
flexDirection: "column",
|
|
53157
53157
|
gap: 8,
|
|
53158
53158
|
borderLeft: `1px solid ${color}`,
|
|
53159
|
-
opacity: 0.95
|
|
53159
|
+
opacity: 0.95,
|
|
53160
|
+
overflowY: "auto",
|
|
53161
|
+
minHeight: 0
|
|
53160
53162
|
},
|
|
53161
53163
|
children: [
|
|
53162
53164
|
/* @__PURE__ */ jsxs(Typography, { variant: "small", weight: "semibold", style: { color, marginBottom: 4 }, children: [
|