Skip to content
Snippets Groups Projects
Commit 8fb8eeb3 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix safari problem with sprite info

parent 7a55ef84
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment