Chromium Code Reviews| Index: chrome/browser/resources/md_downloads/manager.css |
| diff --git a/chrome/browser/resources/md_downloads/manager.css b/chrome/browser/resources/md_downloads/manager.css |
| index 89ff0acf022b678738941e10cf69e8717bed69ef..ffcec1d79416d7a27b4464d093a9a0b0fab9bdba 100644 |
| --- a/chrome/browser/resources/md_downloads/manager.css |
| +++ b/chrome/browser/resources/md_downloads/manager.css |
| @@ -7,7 +7,6 @@ |
| flex: 1 0; |
| flex-direction: column; |
| height: 100%; |
| - overflow-y: overlay; |
| } |
| @media screen and (max-width: 1024px) { |
| @@ -16,6 +15,12 @@ |
| } |
| } |
| +#downloads-list { |
| + /* TODO(dbeam): we're not setting scrollTarget explicitly, yet |
| + * style="overflow: auto" is still being set by <iron-list>'s JS. Weird. */ |
| + overflow-y: overlay !important; |
|
tsergeant
2016/08/24 04:36:06
Chris and I are moving away from overflow: overlay
Dan Beam
2016/08/24 06:00:41
overflow-y: overlay is the way we found to ignore
|
| +} |
| + |
| #no-downloads, |
| #downloads-list { |
| flex: 1; |