From 4f7791032c786069029c35eba14bdb75bbaeb096 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Sat, 25 May 2019 10:08:39 -0400 Subject: [PATCH] set min-height of remix credit to max-content --- src/views/preview/preview.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/preview/preview.scss b/src/views/preview/preview.scss index a8e666ddd..2a4534bdf 100644 --- a/src/views/preview/preview.scss +++ b/src/views/preview/preview.scss @@ -425,6 +425,11 @@ $stage-width: 480px; flex-wrap: nowrap; align-items: center; justify-content: flex-start; + /* + Necessary to force Mac Safari to apply padding to the height of the + child elements. See https://stackoverflow.com/a/52273082/2308190 + */ + min-height: max-content; @media #{$medium-and-smaller} { flex-direction: row;