From cfba39c3d86f4a7f86ed865802f69cbb6c8704e9 Mon Sep 17 00:00:00 2001 From: ntr Date: Mon, 8 Apr 2019 16:36:26 +1000 Subject: [PATCH] safari fix attempt --- client/cryps.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/client/cryps.css b/client/cryps.css index ef21f96a..7154aa02 100644 --- a/client/cryps.css +++ b/client/cryps.css @@ -17,8 +17,11 @@ html, body, .cryps { -ms-user-select: none; /* this is the sweet nectar to keep it full page*/ - height: 99%; +/* height: 99%; max-height: 99%; +*/ + height: 30em; + } html { @@ -68,7 +71,7 @@ main { button, input { font-family: 'Jura'; color: whitesmoke; - height: 38px; + height: auto; border-width: 2px; border-color: whitesmoke; border-radius: 0;