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

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: 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 | « chrome/browser/resources/settings/search_engines_page/search_engines_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9b35ac6dc31ccc5945ae122889174fc47c6af805..bdbfcdcb8386bed851a09ec482fc43346d501d35 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,
[selectable] > :focus {
@apply(--cr-selectable-focus);
« no previous file with comments | « chrome/browser/resources/settings/search_engines_page/search_engines_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698