@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/lite.js CHANGED
@@ -721,6 +721,8 @@ function DeviceFrame({
721
721
  style: {
722
722
  width: "100%",
723
723
  height: "100%",
724
+ minHeight: 0,
725
+ maxHeight: "100%",
724
726
  display: "flex",
725
727
  flexDirection: "column",
726
728
  alignItems: "center",