@biela.dev/core 1.7.3 → 1.7.4

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