mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Add min-height: 0 to description block to fix notes layout on Firefox
This commit is contained in:
parent
1fc9ed43a9
commit
5ab0aa50ad
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ $stage-height: 404px;
|
|||
.description-block {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
min-height: 0;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in a new issue