@sidecar-ai/compiler 0.1.0-alpha.12 → 0.1.0-alpha.14

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/index.js CHANGED
@@ -1417,7 +1417,8 @@ function renderWidgetHtml(title, javascript, css = "") {
1417
1417
  <style>
1418
1418
  :root { color-scheme: light dark; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
1419
1419
  html, body, #root { min-height: 100%; margin: 0; background: transparent; }
1420
- body { color: CanvasText; }
1420
+ html, body { overflow: auto; }
1421
+ body { color: CanvasText; min-width: 0; }
1421
1422
  * { box-sizing: border-box; }
1422
1423
  ${css}
1423
1424
  </style>