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

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

Issue 2682853002: MD Settings: Make subpage extend to bottom of page with no overscroll (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
« no previous file with comments | « chrome/browser/resources/settings/settings_main/settings_main.html ('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_page_css.html
diff --git a/chrome/browser/resources/settings/settings_page_css.html b/chrome/browser/resources/settings/settings_page_css.html
index 07b269dbcb5b7d8a91e69c7c6b4ac8bb702f0889..6aa289ef18703913b9e2540e76b1b80d61af3b2a 100644
--- a/chrome/browser/resources/settings/settings_page_css.html
+++ b/chrome/browser/resources/settings/settings_page_css.html
@@ -16,7 +16,7 @@
}
:host(.showing-subpage) {
- /* Set the height to the container height so the subpage scrolls. */
+ /* The subpage container should extend to the bottom of the page. */
scottchen 2017/02/07 22:55:10 The comment was a little confusing. According to d
height: 100%;
}
« no previous file with comments | « chrome/browser/resources/settings/settings_main/settings_main.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698