| Index: remoting/webapp/html/template_main.html
|
| diff --git a/remoting/webapp/html/template_main.html b/remoting/webapp/html/template_main.html
|
| index 72f84699ff852b2ccc38b781368d0bb8bab1753c..981f7947d66351ab605f2fc3eac240fd2303cb44 100644
|
| --- a/remoting/webapp/html/template_main.html
|
| +++ b/remoting/webapp/html/template_main.html
|
| @@ -44,13 +44,19 @@ found in the LICENSE file.
|
| hidden></div>
|
|
|
| <div id="scroller">
|
| - <div class="inset home-screen" data-ui-mode="home" hidden>
|
| + <div class="inset home-screen full-height"
|
| + data-ui-mode="home"
|
| + hidden>
|
|
|
| <meta-include src="webapp/html/ui_header.html"/>
|
| <meta-include src="webapp/html/butterbar.html"/>
|
| <meta-include src="webapp/html/ui_it2me.html"/>
|
| <meta-include src="webapp/html/ui_me2me.html"/>
|
|
|
| + <!-- The bottom-marker div is used to verify scroll-bar correctness
|
| + in browser tests; it is not rendered. -->
|
| + <div id="bottom-marker"></div>
|
| +
|
| </div> <!-- inset -->
|
|
|
| <meta-include src="webapp/html/dialog_auth.html"/>
|
| @@ -75,7 +81,6 @@ found in the LICENSE file.
|
| <meta-include src="webapp/html/dialog_client_third_party_auth.html"/>
|
| <meta-include src="webapp/html/dialog_client_connect_failed.html"/>
|
| <meta-include src="webapp/html/dialog_client_session_finished.html"/>
|
| -
|
| </div>
|
|
|
| <meta-include src="webapp/html/dialog_connection_history.html"/>
|
|
|