min-height: 0

This commit is contained in:
Raphael Goetter 2017-10-16 16:05:16 +02:00
parent 9ab034471c
commit 327e384643

View File

@ -11,6 +11,7 @@ html {
box-sizing: inherit;
/* avoid min-width: auto on flex and grid children */
min-width: 0;
// min-height: 0;
}
html {