You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/20 18:57:08 UTC

[kibble] 05/12: modal needs to be on top, CSS-wise

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 9bf77df8e4fa2ea84cdee92fa36ef7c4135dc07b
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Oct 20 20:32:05 2017 +0200

    modal needs to be on top, CSS-wise
---
 ui/css/kibble.min.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/css/kibble.min.css b/ui/css/kibble.min.css
index e32a50b..bde3b5e 100644
--- a/ui/css/kibble.min.css
+++ b/ui/css/kibble.min.css
@@ -231,7 +231,7 @@ select {
 /* ERROR MODAL DIALOG */
 .errorModal {
     position: fixed; /* Stay in place */
-    z-index: 1; /* Sit on top */
+    z-index: 1000; /* Sit on top */
     left: 0;
     top: 0;
     width: 100%; /* Full width */

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.