Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/firstRun.css

Issue 8686075: Fixed: Glass pane doesn`t properly cover up the first-run page if the page is scrolled (Closed)
Patch Set: Created Oct. 26, 2012, 11:31 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld