Unverified Commit 2a16790c authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #3776 from apple502j/patch-15

Always apply min-height: 0
parents 08e8bb04 4b7aaf84
...@@ -34,10 +34,8 @@ ...@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment