Index: skin/firstRun.css |
=================================================================== |
--- a/skin/firstRun.css |
+++ b/skin/firstRun.css |
@@ -119,17 +119,17 @@ body |
visibility: hidden; |
opacity: 0; |
-webkit-transition-property: opacity, visibility; |
transition-property: opacity, visibility; |
} |
#glass-pane |
{ |
- position: absolute; |
+ position: fixed; |
top: 0; |
right: 0; |
bottom: 0; |
left: 0; |
background: rgba(0, 0, 0, 0.5) url(/skin/ajax-loader.gif) no-repeat 50% 50%; |
display: -webkit-box; |
-webkit-box-orient: horizontal; |