Index: chrome/browser/resources/md_history/grouped_list.html |
diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html |
index 98491ecbb31c1ccc3ddd61c3273892409412ae2e..0283ff97f4f93947034379cbf78ee03bb716d851 100644 |
--- a/chrome/browser/resources/md_history/grouped_list.html |
+++ b/chrome/browser/resources/md_history/grouped_list.html |
@@ -9,15 +9,16 @@ |
<template> |
<style include="shared-style"> |
:host { |
+ display: block; |
overflow: auto; |
position: relative; |
- padding: var(--first-card-padding-top) var(--card-padding-side); |
} |
#main-container { |
align-items: center; |
display: flex; |
flex-direction: column; |
+ padding: var(--first-card-padding-top) var(--card-padding-side); |
} |
.domain-heading { |