Skip to content

Commit da0b405

Browse files
authored
[hotfix] internal-scrolling Modal, margin bottom fix (#126)
* internal-scrolling modal, margin bottom fix * fix internal-scrolling
1 parent b3175ae commit da0b405

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Lumi/Components/Modal.purs

+3
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,9 @@ styles = jss
481481
-- constrain total height while making the intenal content area flexible and scrollable
482482
, "&[data-variant=\"internal-scrolling\"]":
483483
{ maxHeight: "100%"
484+
, "& lumi-modal":
485+
{ height: "100%"
486+
}
484487
, "& lumi-modal lumi-modal-content":
485488
{ flex: "1 1 auto"
486489
, overflowY: "auto"

0 commit comments

Comments
 (0)