mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Merge pull request #3776 from apple502j/patch-15
Always apply min-height: 0
This commit is contained in:
commit
2a16790cb3
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue