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

Unified Diff: chrome/browser/resources/md_downloads/manager.css

Issue 2275653002: MD Downloads: use "big search" box like MD history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-menu-rtl
Patch Set: fix tests Created 4 years, 4 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
Index: chrome/browser/resources/md_downloads/manager.css
diff --git a/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css
index 89ff0acf022b678738941e10cf69e8717bed69ef..ffcec1d79416d7a27b4464d093a9a0b0fab9bdba 100644
--- a/chrome/browser/resources/md_downloads/manager.css
+++ b/chrome/browser/resources/md_downloads/manager.css
@@ -7,7 +7,6 @@
flex: 1 0;
flex-direction: column;
height: 100%;
- overflow-y: overlay;
}
@media screen and (max-width: 1024px) {
@@ -16,6 +15,12 @@
}
}
+#downloads-list {
+ /* TODO(dbeam): we're not setting scrollTarget explicitly, yet
+ * style="overflow: auto" is still being set by <iron-list>'s JS. Weird. */
+ overflow-y: overlay !important;
+}
+
#no-downloads,
#downloads-list {
flex: 1;
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698