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