From 14f7b1a1738a68e55e816dc8f75fb75d0202c514 Mon Sep 17 00:00:00 2001 From: jamiewalch Date: Thu, 4 Sep 2014 21:09:24 -0700 Subject: Fix scroll-related issues. This fixes two related issues: * Scrolling was broken in apps v2, due to window-body div not being full-height. * Scrolling was broken post-disconnect, due to the addition of an explicit scroller node, separate from the body. * The dialog screen was off by 1px, due to the addition of the window-body div. Since this has broken a few times now, I plan to add a browser to test to verify the behaviour, but I don't want to hold up this CL for that. BUG=251443 Review URL: https://codereview.chromium.org/539403002 Cr-Commit-Position: refs/heads/master@{#293431} --- remoting/webapp/html/template_main.html | 2 +- remoting/webapp/main.css | 9 --------- remoting/webapp/ui_mode.js | 6 +++--- 3 files changed, 4 insertions(+), 13 deletions(-) (limited to 'remoting') diff --git a/remoting/webapp/html/template_main.html b/remoting/webapp/html/template_main.html index 915ac23..72f8469 100644 --- a/remoting/webapp/html/template_main.html +++ b/remoting/webapp/html/template_main.html @@ -25,7 +25,7 @@ found in the LICENSE file. -
+