Skip to content

Commit 867c400

Browse files
committed
height
1 parent ec0b3ce commit 867c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/Modal.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ styles = jss
436436
{ position: "fixed"
437437
, top: "0"
438438
, left: "0"
439-
, minHeight: "100%"
439+
, height: "100%"
440440
, width: "100vw"
441441
, maxWidth: "100vw"
442442
, "&[data-size=\"small\"], &[data-size=\"medium\"], &[data-size=\"large\"]":

0 commit comments

Comments
 (0)