diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 15:17:29 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-31 15:17:29 +0000 |
commit | 412cee3c0ae3867d64a0c240c8d5e7c8d2fb7a61 (patch) | |
tree | e38b860f239a628ed624fe5f427eec447cbe1fd1 | |
parent | 4baaf9d863a0eb967122ba704d8ba36aa77a81bb (diff) | |
download | chromium_src-412cee3c0ae3867d64a0c240c8d5e7c8d2fb7a61.zip chromium_src-412cee3c0ae3867d64a0c240c8d5e7c8d2fb7a61.tar.gz chromium_src-412cee3c0ae3867d64a0c240c8d5e7c8d2fb7a61.tar.bz2 |
Don't show scrollbars in click-to-play UI
BUG=53838
TEST=with click-to-play enabled, go to a page with a small plugin. You shouldn't see scrollbars in the click-to-play UI.
Review URL: http://codereview.chromium.org/3240009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57994 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/renderer/resources/blocked_plugin.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/renderer/resources/blocked_plugin.html b/chrome/renderer/resources/blocked_plugin.html index ceb08ad..6534889 100644 --- a/chrome/renderer/resources/blocked_plugin.html +++ b/chrome/renderer/resources/blocked_plugin.html @@ -21,6 +21,7 @@ body { margin: 0; text-align: center; font-family: sans-serif; + overflow: hidden; } body #outer:hover { |