@luscii-healthtech/web-ui 2.22.0 → 2.22.1
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.
|
@@ -1764,7 +1764,8 @@ var ModalBase = function ModalBase(props) {
|
|
|
1764
1764
|
onRequestClose: props.onCloseClick,
|
|
1765
1765
|
shouldFocusAfterRender: false,
|
|
1766
1766
|
shouldCloseOnOverlayClick: false,
|
|
1767
|
-
className: classNames("my-0 mx-auto", "relative", "bg-white outline-none rounded-lg shadow-lg",
|
|
1767
|
+
className: classNames("my-0 mx-auto", "relative", "bg-white outline-none rounded-lg shadow-lg", {
|
|
1768
|
+
"overflow-y-hidden": props.scrollableContent,
|
|
1768
1769
|
"mt-17": props.withExtraMarginTop,
|
|
1769
1770
|
"w-80": size === "small",
|
|
1770
1771
|
"w-132": size === "medium",
|