Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(451)

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2172833002: MD Downloads: finally use allow-outside-scroll and drop the pushScrollLock hack (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@roll-polymer
Patch Set: merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 1a9c90fb01b4cb323ceea037f968ba53e0d41427..6a421d59b903b91d431f390c7f2aa32abefc9ea0 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2636,7 +2636,7 @@ paper-button {
</div>
<div id="search">
<cr-search-field id="search-input" label="$i18n{search}" clear-label="$i18n{clearSearch}" on-search-changed="onSearchChanged_"></cr-search-field>
- <paper-menu-button id="more" horizontal-align="[[overflowAlign_]]">
+ <paper-menu-button id="more" horizontal-align="[[overflowAlign_]]" allow-outside-scroll="">
<paper-icon-button icon="cr:more-vert" title="$i18n{moreActions}" class="dropdown-trigger"></paper-icon-button>
<paper-menu class="dropdown-content">
<paper-item class="clear-all" on-tap="onClearAllTap_" on-blur="onItemBlur_">
« no previous file with comments | « chrome/browser/resources/md_downloads/toolbar.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698