@shoplflow/base 0.26.6 → 0.26.7
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -964,7 +964,7 @@ var ModalBody = ({
|
|
|
964
964
|
if (windowHeight < modalContainerHeight) {
|
|
965
965
|
return windowHeight - topBottomMargin - headerFooterHeight;
|
|
966
966
|
}
|
|
967
|
-
return
|
|
967
|
+
return modalContainerHeight - topBottomMargin - headerFooterHeight;
|
|
968
968
|
}
|
|
969
969
|
return modalContainerHeight - topBottomMargin - headerFooterHeight;
|
|
970
970
|
} else {
|