Merge pull request #382 from mrmusa/master

Make loading element appear above tabs, items, etc
This commit is contained in:
Max Lynch
2014-01-10 07:59:03 -08:00

View File

@@ -1,4 +1,3 @@
/**
* Popups
* --------------------------------------------------
@@ -17,6 +16,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 10;
visibility: hidden;
width: 100%;