Chromium Code Reviews| Index: chrome/browser/resources/settings/settings_page/main_page_behavior.html |
| diff --git a/chrome/browser/resources/settings/settings_page/main_page_behavior.html b/chrome/browser/resources/settings/settings_page/main_page_behavior.html |
| index 3d1c94f2e79d6bad0857d3a8bc7beef9b5de8e9f..cd3fb68b928e3d686a0482461292074822ee51b0 100644 |
| --- a/chrome/browser/resources/settings/settings_page/main_page_behavior.html |
| +++ b/chrome/browser/resources/settings/settings_page/main_page_behavior.html |
| @@ -13,6 +13,12 @@ |
| .expanded { |
| min-height: 100%; |
| } |
| + |
| + .expanded.frozen { |
| + /* Account for padding in settings_page.css. */ |
| + margin: -24px 0; |
| + min-height: calc(100% + 48px); |
|
michaelpg
2016/05/09 21:24:47
this is slightly unfortunate, but it works.
we sh
dpapad
2016/05/09 21:34:58
This indeed seems like magic, so I trust you that
|
| + } |
| </style> |
| </template> |
| </dom-module> |