Merge pull request #3776 from apple502j/patch-15

Always apply min-height: 0
This commit is contained in:
Benjamin Wheeler 2020-06-25 16:10:54 -04:00 committed by GitHub
commit 2a16790cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,10 +34,8 @@
background-color: $ui-blue-10percent; background-color: $ui-blue-10percent;
flex: 1; flex: 1;
height: calc(100% - 5rem); height: calc(100% - 5rem);
/* Firefox requires min-height:0: #3775 */
@media #{$small-height} { min-height: 0;
min-height: 0;
}
} }
.studio-list-inner-scrollbox { .studio-list-inner-scrollbox {