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

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

Issue 2805213003: MD Settings: make iron list offset so items render onscreen (Closed)
Patch Set: use offsetTop Created 3 years, 8 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 | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engines_list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5c8a65c6a9e2eac56dda516eb4401b3fad084265..04c9a28a3c5f14387a3e180bd82f8d6ffc4e2cf6 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
@@ -46,7 +46,8 @@
</div>
<div id="container" class="scroll-container">
<iron-list items="[[engines]]" scroll-target="[[scrollTarget]]"
- class$="[[getIronListClass_(scrollTarget)]]">
+ class$="[[getIronListClass_(scrollTarget)]]"
+ scroll-offset="[[scrollOffset]]">
<template>
<settings-search-engine-entry engine="[[item]]"
tabindex$="[[tabIndex]]" iron-list-tab-index="[[tabIndex]]"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/search_engines_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698