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

Unified Diff: chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js

Issue 2702523005: MD Settings: long dialog body should have overscroll line. (Closed)
Patch Set: Created 3 years, 10 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/passwords_and_forms_page/address_edit_dialog.js
diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js
index 502d07a6a1911e58ef73c8c3c6b34b573e876101..f56ff5911293895ca425d33b64f27ea559fb1886 100644
--- a/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js
+++ b/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js
@@ -14,6 +14,7 @@ Polymer({
behaviors: [
I18nBehavior,
+ CrScrollableBehavior
dpapad 2017/02/18 00:37:17 CrScrollableBehavior as advertized is meant to be
scottchen 2017/02/18 01:18:56 I could copy just the scroll-class-attaching part
stevenjb 2017/02/21 19:38:13 I think that using CrScrollableBehavior here is fi
],
properties: {

Powered by Google App Engine
This is Rietveld 408576698