Skip to content

Commit fda30b4

Browse files
authored
Ref min-height fix for Firefox (#44)
Ref min-height fix for Firefox
2 parents e236caa + 13e969e commit fda30b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lumi/Components/Styles.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ globals = jss
112112
}
113113
, "react-basic-ref":
114114
{ display: "block"
115-
, minHeight: "100%"
116-
, minWidth: "100%"
115+
, minHeight: "0"
116+
, minWidth: "0"
117117
}
118118
, "body":
119119
{ color: cssStringHSLA colors.black

0 commit comments

Comments
 (0)