Skip to content

Commit b390e1c

Browse files
authored
Merge pull request #3022 from LLK/release/2019-05-29
[Master] Release/2019-05-29
2 parents 2fc3a30 + d32dc86 commit b390e1c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"react-responsive": "3.0.0",
102102
"react-slick": "0.16.0",
103103
"react-string-replace": "0.4.1",
104-
"scratch-gui": "0.1.0-prerelease.20190522232752",
104+
"scratch-gui": "0.1.0-prerelease.20190530174801",
105105
"react-telephone-input": "4.3.4",
106106
"redux": "3.5.2",
107107
"redux-thunk": "2.0.1",

src/views/preview/preview.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,11 @@ $stage-width: 480px;
425425
flex-wrap: nowrap;
426426
align-items: center;
427427
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;
428433

429434
@media #{$medium-and-smaller} {
430435
flex-direction: row;
@@ -444,6 +449,12 @@ $stage-width: 480px;
444449
height: 100%;
445450
flex-direction: column;
446451
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;
447458
}
448459

449460
.project-textlabel {

0 commit comments

Comments
 (0)