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.
2 parents 401ddde + c697cca commit 9dcae24Copy full SHA for 9dcae24
src/Lumi/Components/Modal.purs
@@ -422,7 +422,7 @@ styles = jss
422
, paddingRight: "16px"
423
, "& button.lumi":
424
{ fontSize: "16px"
425
- , lineHeight: "24px"
+ , lineHeight: "initial"
426
, padding: "10px 21px 10px"
427
}
428
@@ -433,7 +433,12 @@ styles = jss
433
, "&:not([data-variant=\"dialog\"])":
434
{ "& lumi-modal":
435
{ "@media (max-width: 860px)":
436
- { minHeight: "100vh"
+ { position: "fixed"
437
+ , top: "0"
438
+ , right: "0"
439
+ , bottom: "0"
440
+ , left: "0"
441
+ , height: "100%"
442
, width: "100vw"
443
, maxWidth: "100vw"
444
, "&[data-size=\"small\"], &[data-size=\"medium\"], &[data-size=\"large\"]":
0 commit comments