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

Unified Diff: chrome/browser/resources/settings/settings_ui/settings_ui.html

Issue 2102343002: [MD settings] allow horizontal scroll bar in settings content area (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review nit Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 22f699e2ec3901b58a43473e2142e5266ee6d95c..336fefcaf87b5e105f38a8e5c5d9b5a4785a9cc4 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -19,6 +19,9 @@
<style include="settings-shared">
:host {
@apply(--layout-fit);
+ --paper-header-panel-waterfall-container: {
+ overflow-x: auto; /* Undo paper-header-panel default of 'hidden'. */
tommycli 2016/06/28 23:36:03 Perfect succinct comment.
+ };
-webkit-user-select: none;
background-color: var(--settings-background-color);
display: flex;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698