From e3469875c291b78af1514800f61444d238f7503f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 4 Mar 2018 14:35:49 +0100 Subject: [PATCH] Fixed modal z-index for google recaptcha --- server/public/assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 186714a9..14e31482 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -587,7 +587,7 @@ footer{ } .modal { - z-index: 9999999999 !important; + z-index: 999999999 !important; } .material-tooltip {