Merge pull request #2267 from ahankinson/fix-zindex-on-body

Fixed: z-index of -1000 caused a blank screen in some browsers [+1]
This commit is contained in:
Antoine Mercadal
2014-12-19 08:19:47 -08:00
4 changed files with 4 additions and 4 deletions
@@ -102,7 +102,7 @@
width: 100%;
/* Put it at the bottom of the stack so it doesn't interfere with UI */
z-index: -1000;
z-index: 0;
}
#cappuccino-body .container {
@@ -72,7 +72,7 @@
width: 100%;
/* Put it at the bottom of the stack so it doesn't interfere with UI */
z-index: -1000;
z-index: 0;
}
#cappuccino-body .container {
@@ -102,7 +102,7 @@
width: 100%;
/* Put it at the bottom of the stack so it doesn't interfere with UI */
z-index: -1000;
z-index: 0;
}
#cappuccino-body .container {
@@ -72,7 +72,7 @@
width: 100%;
/* Put it at the bottom of the stack so it doesn't interfere with UI */
z-index: -1000;
z-index: 0;
}
#cappuccino-body .container {