Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4759)

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2273523002: [MD History] Prevent horizontal scrolling of history views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_CBD_button
Patch Set: overflow:auto Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 436b8200291e5efe171875a5b4f3d99d1ae1208c..5751d30941606e8f097b6a8e78ef7f80dbbb97cb 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -3605,7 +3605,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<style include="shared-style">
:host {
display: block;
- overflow: overlay;
+ overflow: auto;
}
#infinite-list {
@@ -3775,7 +3775,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<style include="shared-style">
:host {
display: block;
- overflow: overlay;
+ overflow: auto;
}
#illustration {
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698