Chromium Code Reviews| 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%; |
| } |