safari fix attempt

This commit is contained in:
ntr 2019-04-08 16:36:26 +10:00
parent 6c748b8473
commit cfba39c3d8

View File

@ -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;