diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 22:14:08 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 22:14:08 +0000 |
commit | 4848dff594b3935cb3d2614b41da07b00358727c (patch) | |
tree | d6fdf6e3b7f196fc0b1e5e388931d3ca1a58e415 /remoting/webapp/main.html | |
parent | bd10d8e02ba5a9e9f6046ef1ae4f1383ac641569 (diff) | |
download | chromium_src-4848dff594b3935cb3d2614b41da07b00358727c.zip chromium_src-4848dff594b3935cb3d2614b41da07b00358727c.tar.gz chromium_src-4848dff594b3935cb3d2614b41da07b00358727c.tar.bz2 |
Fix scroll-bar behaviour.
For apps v2, the default, "no scroll-bar" behaviour is overridden until a connection to the host is made.
For both apps v1 and apps v2, the in-session behaviour is corrected to work-around crbug.com/240772
BUG=252796,240772
Review URL: https://chromiumcodereview.appspot.com/22006002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/main.html')
-rw-r--r-- | remoting/webapp/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html index a67458a..15a0a7b 100644 --- a/remoting/webapp/main.html +++ b/remoting/webapp/main.html @@ -5,7 +5,7 @@ Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> -<html> +<html class="scrollable"> <head> <meta charset="utf-8"> <link rel="icon" type="image/png" href="chromoting16.webp"> |