From: Sarven Capadisli <csarven@status.net>
Date: Thu, 26 Nov 2009 16:02:19 +0000 (+0000)
Subject: Increased z-index for jOverlay
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc2ce0991f4f9a3e07987cc341341e34e9b9e7c5;p=quix0rs-gnu-social.git

Increased z-index for jOverlay
---

diff --git a/js/util.js b/js/util.js
index 9c79f837ff..29c39ac74d 100644
--- a/js/util.js
+++ b/js/util.js
@@ -293,7 +293,7 @@ var SN = { // StatusNet
                 url : '',
                 color : '#000',
                 opacity : '0.6',
-                zIndex : 99,
+                zIndex : 9999,
                 center : false,
                 imgLoading : $('address .url')[0].href+'theme/base/images/illustrations/illu_progress_loading-01.gif',
                 bgClickToClose : true,