summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 18:35:12 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-08 18:35:12 +0000
commit8848b981e2c91e83a3a56225bac31082497d85b7 (patch)
treeaf407be27375fefbb6d21a2aadfc0a9bf9cebdcf /remoting
parentf4c2a6fc558a378d3f0f641c6fb7dea09600c63d (diff)
downloadchromium_src-8848b981e2c91e83a3a56225bac31082497d85b7.zip
chromium_src-8848b981e2c91e83a3a56225bac31082497d85b7.tar.gz
chromium_src-8848b981e2c91e83a3a56225bac31082497d85b7.tar.bz2
Tweak CSS to give the client scrollbars.
The horizontal scrollbar is attached to the plugin, not to the page, so it's only visible if the page is scrolled to the bottom. BUG=74681 TEST=none Review URL: http://codereview.chromium.org/6628080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/client/appengine/static_files/main.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/client/appengine/static_files/main.css b/remoting/client/appengine/static_files/main.css
index e1ebb40..7fb6ed1 100644
--- a/remoting/client/appengine/static_files/main.css
+++ b/remoting/client/appengine/static_files/main.css
@@ -102,8 +102,7 @@ a.hostentry {
-webkit-user-select: none;
margin: 0;
padding: 0;
- overflow: hidden;
- scrollbars: no;
+ overflow: auto;
}
/* Old overlay-style status message. */