We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3175ae commit da0b405Copy full SHA for da0b405
src/Lumi/Components/Modal.purs
@@ -481,6 +481,9 @@ styles = jss
481
-- constrain total height while making the intenal content area flexible and scrollable
482
, "&[data-variant=\"internal-scrolling\"]":
483
{ maxHeight: "100%"
484
+ , "& lumi-modal":
485
+ { height: "100%"
486
+ }
487
, "& lumi-modal lumi-modal-content":
488
{ flex: "1 1 auto"
489
, overflowY: "auto"
0 commit comments