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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engines_list.html

Issue 2441173002: MD Settings: Ensure iron-lists are populated and sized correctly.
Patch Set: Remove scroll container class, seemed to have no effect. Created 4 years, 2 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/settings/search_engines_page/search_engines_list.html
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
index a1c3ea5462a06311c415931b860cc671b792a8eb..7a0125e35f6cd5d2d1f198aebf675fe024c32b96 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
+++ b/chrome/browser/resources/settings/search_engines_page/search_engines_list.html
@@ -35,7 +35,7 @@
</style>
<div id="outer">
<content></content>
- <div id="container" class="scroll-container" scrollable>
+ <div id="container" scrollable>
<iron-list items="[[engines]]" scroll-target="container">
<template>
<settings-search-engine-entry engine="[[item]]"

Powered by Google App Engine
This is Rietveld 408576698