From 126b861bcf99414b42954921daa4a5d6c44ab74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Ga=CC=81l?= Date: Sun, 13 Jan 2019 16:49:04 +0100 Subject: [PATCH] Set lower z-index for main element --- src/featherlight.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/featherlight.css b/src/featherlight.css index 3de1ba52..66f55aa4 100644 --- a/src/featherlight.css +++ b/src/featherlight.css @@ -17,7 +17,7 @@ html.with-featherlight { /* dimensions: spanning the background from edge to edge */ position:fixed; top: 0; right: 0; bottom: 0; left: 0; - z-index: 2147483647; /* z-index needs to be >= elements on the site. */ + z-index: 1999999999; /* z-index needs to be >= elements on the site. */ /* position: centering content */ text-align: center;