Index: remoting/webapp/main.css |
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css |
index ec616a832bd4b70ef49a96c2d4bdbf04709282f4..ea741ed950b5d41cf60de6b80e38d0b32010616e 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%; |