Chromium Code Reviews| Index: chrome/browser/resources/md_history/history_list.html |
| diff --git a/chrome/browser/resources/md_history/history_list.html b/chrome/browser/resources/md_history/history_list.html |
| index 5ed6b0c0874907c92f1e43e30c6159de710dc8cc..6b76302d20e0633ce8c8143dd332628bae85c38f 100644 |
| --- a/chrome/browser/resources/md_history/history_list.html |
| +++ b/chrome/browser/resources/md_history/history_list.html |
| @@ -11,10 +11,11 @@ |
| <style include="shared-style"> |
| :host { |
| display: block; |
| + overflow: overlay; |
| } |
| #infinite-list { |
| - height: 100%; |
| + @apply(--card-container-filter); |
| } |
| history-item { |