From c97fc41399ce8c3156307ba158e715d5107fa66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 29 Apr 2017 17:58:19 +0200 Subject: [PATCH] Fixed issue with closebutton not working on frontpage --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index df057d0f..24882460 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -321,7 +321,7 @@ li.disabled span { position: fixed; bottom: 175px; right: 20px; - z-index: 101; + z-index: 999999999999999; font-size: 18px; color: white; text-shadow: 0px 0px 2px black;