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

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2338133011: MD Settings: Use scrollable behavior for all iron-list containers (Closed)
Patch Set: 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
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index 2e912bb631a765484385a0a97abe859d2fe1dcdb..a05aa4ca3fc40a42480021ca53df350c9b85877d 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -61,6 +61,12 @@
@apply(--cr-actionable);
}
+ .scroll-container {
+ display: flex;
+ flex-direction: column;
+ min-height: 1px;
+ }
+
[selectable] :focus {
@apply(--cr-selectable-focus);
}

Powered by Google App Engine
This is Rietveld 408576698