From 7eb93e639e6374b1c8f15dbc234c24e3d4e9165b Mon Sep 17 00:00:00 2001 From: Musa Siddeeq Date: Thu, 9 Jan 2014 16:42:04 -0500 Subject: [PATCH] Make loading element appear above tabs, items, etc --- scss/_popup.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_popup.scss b/scss/_popup.scss index 2dcf9670b6..1c7ea9ec45 100644 --- a/scss/_popup.scss +++ b/scss/_popup.scss @@ -1,4 +1,3 @@ - /** * Popups * -------------------------------------------------- @@ -17,6 +16,7 @@ position: fixed; top: 0; left: 0; + z-index: 10; visibility: hidden; width: 100%;