@biela.dev/core 1.7.3 → 1.7.5

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
@@ -631,6 +631,8 @@ function DeviceFrame({
631
631
  style: {
632
632
  width: "100%",
633
633
  height: "100%",
634
+ minHeight: 0,
635
+ maxHeight: "100%",
634
636
  display: "flex",
635
637
  flexDirection: "column",
636
638
  alignItems: "center",