Index: remoting/webapp/main.css |
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
index 2e16fbbed0b3ab4749b41849394e12158514c218..410e45aeaff686a30e72a7babfa7d4547966c2ea 100644 |
--- a/remoting/webapp/main.css |
+++ b/remoting/webapp/main.css |
@@ -20,6 +20,7 @@ tfoot, thead, tr, th, td, button { |
.inset { |
padding: 20px 20px 0 20px; |
+ position: relative; |
} |
body { |
@@ -30,6 +31,7 @@ body { |
direction: __MSG_@@bidi_dir__; |
} |
+ |
/* |
* The "app-v2" class is added to the <html> node by remoting.init if it's |
* running as a V2 app. |
@@ -621,7 +623,7 @@ button { |
} |
.dialog-screen { |
- position: fixed; |
+ position: absolute; |
top: 0; |
left: 0; |
width: 100%; |