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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2855273002: Make fixed size scrolling more like other lists. (Closed)
Patch Set: 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 | « 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: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index f80a70d076c497d5241f99bf7be66ba89c2f9556..7204f8a8c17f2c59cf48139b53f558be373313a0 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -231,7 +231,6 @@
.fixed-height-list {
scottchen 2017/05/03 23:01:27 - Would fixed-height-container be the more suitabl
dschuyler 2017/05/08 20:35:29 I'm flexible on the class name, but I agree that i
hcarmona 2017/05/08 21:32:23 Sorry for forwarding before updating the CL. Moved
max-height: calc((var(--settings-row-min-height) +
var(--settings-separator-height)) * 6);
- overflow-y: auto;
}
/* A row with two lines of text. Often the lower line will be .secondary.
« 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