File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 101
101
"react-responsive" : " 3.0.0" ,
102
102
"react-slick" : " 0.16.0" ,
103
103
"react-string-replace" : " 0.4.1" ,
104
- "scratch-gui" : " 0.1.0-prerelease.20190522232752 " ,
104
+ "scratch-gui" : " 0.1.0-prerelease.20190530174801 " ,
105
105
"react-telephone-input" : " 4.3.4" ,
106
106
"redux" : " 3.5.2" ,
107
107
"redux-thunk" : " 2.0.1" ,
Original file line number Diff line number Diff line change @@ -425,6 +425,11 @@ $stage-width: 480px;
425
425
flex-wrap : nowrap ;
426
426
align-items : center ;
427
427
justify-content : flex-start ;
428
+ /*
429
+ Necessary to force Mac Safari to apply padding to the height of the
430
+ child elements. See https://stackoverflow.com/a/52273082/2308190
431
+ */
432
+ min-height : max-content ;
428
433
429
434
@media #{$medium-and-smaller } {
430
435
flex-direction : row ;
@@ -444,6 +449,12 @@ $stage-width: 480px;
444
449
height : 100% ;
445
450
flex-direction : column ;
446
451
align-items : flex-start ;
452
+ /*
453
+ necessary to fix flexbox sizing issue that caused instructions
454
+ to flow over the top and bottom of the project notes section.
455
+ see https://stackoverflow.com/a/36247448
456
+ */
457
+ min-height : 0 ;
447
458
}
448
459
449
460
.project-textlabel {
You can’t perform that action at this time.
0 commit comments