changeset 49:808687cab9c0

changed .dialog class from absolute to fixed positioning.
author Atul Varma <avarma@mozilla.com>
date Sat, 24 Apr 2010 21:13:32 -0700
parents b86cf631e753
children 7a0bafc5379a
files css/main.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/css/main.css	Sat Apr 24 21:10:22 2010 -0700
+++ b/css/main.css	Sat Apr 24 21:13:32 2010 -0700
@@ -140,7 +140,7 @@
 }
 
 .dialog {
-    position: absolute;
+    position: fixed;
     top: 0px;
     left: 0px;
     width: 100%;