@rpg-engine/long-bow 0.8.217 → 0.8.218

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.
@@ -40072,7 +40072,7 @@ var Store = function Store(_ref) {
40072
40072
  onCloseButton: onClose,
40073
40073
  width: containerWidth != null ? containerWidth : "1000px",
40074
40074
  minWidth: "700px",
40075
- height: containerHeight != null ? containerHeight : "auto",
40075
+ height: containerHeight != null ? containerHeight : "80vh",
40076
40076
  type: RPGUIContainerTypes.Framed,
40077
40077
  cancelDrag: "[class*='Store__Container'], [class*='CartView'], [class*='StoreItemDetails'], .close-button",
40078
40078
  isFullScreen: fullScreen