From 8fb8eeb3a94d03d0347cde78a9410b666b4e71d0 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Fri, 11 Aug 2017 12:57:16 -0400 Subject: [PATCH] Fix safari problem with sprite info --- src/components/stage-selector/stage-selector.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/stage-selector/stage-selector.css b/src/components/stage-selector/stage-selector.css index c6e6a3de2..7df9279f4 100644 --- a/src/components/stage-selector/stage-selector.css +++ b/src/components/stage-selector/stage-selector.css @@ -51,6 +51,7 @@ $header-height: calc($stage-menu-height - 2px); .body { justify-content: space-around; height: calc(100% - $header-height); + min-height: 282px; /* Safari flex doesn't set height correctly, this is the min for 1024x768 */ background-color: #f9f9f9; } -- GitLab