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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html

Issue 2338133011: MD Settings: Use scrollable behavior for all iron-list containers (Closed)
Patch Set: Rebase Created 4 years, 3 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/compiled_resources2.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
index 462c8a839cdaa2e0a3ea5bca93ec8f2a6f79658c..a00e970f7c0c3b14af693b93778589fd025ca649 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
+++ b/chrome/browser/resources/settings/on_startup_page/startup_urls_page.html
@@ -19,7 +19,7 @@
}
</style>
<div id="outer" class="layout vertical flex">
- <div id="container" class="layout vertical flex" scrollable>
+ <div id="container" class="scroll-container flex" scrollable>
<iron-list items="[[startupPages_]]" scroll-target="container">
<template>
<settings-startup-url-entry model="[[item]]"
« no previous file with comments | « no previous file | chrome/browser/resources/settings/search_engines_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698