mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -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;
|
||||
flex: 1;
|
||||
height: calc(100% - 5rem);
|
||||
|
||||
@media #{$small-height} {
|
||||
min-height: 0;
|
||||
}
|
||||
/* Firefox requires min-height:0: #3775 */
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.studio-list-inner-scrollbox {
|
||||
|
|
Loading…
Reference in a new issue