From 975ecd10313204e286f09b4469c5131e7474df7e Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 23 Jul 2020 14:21:16 +0100 Subject: [PATCH] updated the transition from custom to preset to hopefully fix the bug where the inputs can be accessed even when not visible on safari --- public/css/style.scss | 9 +++++---- public/index.html | 2 +- public/js/settings.js | 19 +++++++++++++++---- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/public/css/style.scss b/public/css/style.scss index 21c54d4bf..1409adcb7 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -1740,12 +1740,13 @@ key { .tabContent { overflow: hidden; height: auto; - max-height: 0px; + // max-height: 0px; + // max-height: 100vh; // transition: max-height .5s ease-in-out; - &.reveal { - max-height: 100vh; - } + // &.reveal { + // max-height: 100vh; + // } .text { align-self: center; diff --git a/public/index.html b/public/index.html index 3f91b4247..0f7fd647e 100644 --- a/public/index.html +++ b/public/index.html @@ -996,7 +996,7 @@
-
+