Unverified Commit 4b7aaf84 authored by apple502j's avatar apple502j Committed by GitHub

Always apply min-height: 0

parent 7548253b
...@@ -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