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

Unified Diff: chrome/browser/resources/md_history/history_list.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
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 f13ed343231c9ee86d35fdc3bf4a70ff19db2cdb..dafedf0bda9ec964ae560e1ecf8b668145646bff 100644
--- a/chrome/browser/resources/md_history/history_list.html
+++ b/chrome/browser/resources/md_history/history_list.html
@@ -11,7 +11,7 @@
<style include="shared-style">
:host {
display: block;
- overflow: overlay;
+ overflow: auto;
}
#infinite-list {

Powered by Google App Engine
This is Rietveld 408576698