jaml-ui 0.24.9 → 0.24.10

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.
@@ -171,6 +171,9 @@ export function JamlIde({ jaml, defaultJaml, onChange, defaultMode = "code", sea
171
171
  minHeight: 420,
172
172
  borderRadius: 12,
173
173
  overflow: "hidden",
174
+ overflowX: "clip",
175
+ overscrollBehaviorX: "none",
176
+ maxWidth: "100%",
174
177
  border: `2px solid ${JimboColorOption.BORDER_SILVER}`,
175
178
  boxShadow: `0 3px 0 0 ${JimboColorOption.BORDER_SOUTH}`,
176
179
  background: JimboColorOption.DARK_GREY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaml-ui",
3
- "version": "0.24.9",
3
+ "version": "0.24.10",
4
4
  "description": "Balatro rendering components, sprite metadata, and optional Motely helpers for React apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",