From 3dc13c7b40ec61fa86c7270cd3d8a39c37424be2 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 8 Apr 2019 16:45:20 +1000 Subject: [PATCH] Squashed commit of the following: commit 10f387bc504d77b3abbfc1678d756bb066160b12 Author: ntr Date: Mon Apr 8 16:44:47 2019 +1000 safari fix attempt commit 61abefbcdf517fbce6a4acf228faae62002b96ea Author: ntr Date: Mon Apr 8 16:43:17 2019 +1000 safari fix attempt --- client/cryps.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cryps.css b/client/cryps.css index f8916f59..5a72e68a 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -605,7 +605,7 @@ header { @media (max-width: 800px) { main { - flex: 1; + flex: 1 1 auto; flex-flow: column; }