min-height: 0
This commit is contained in:
parent
9ab034471c
commit
327e384643
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ html {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
/* avoid min-width: auto on flex and grid children */
|
/* avoid min-width: auto on flex and grid children */
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
// min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Reference in a new issue