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

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: 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..d0d25bf58e1fa64d6dba2c95fd76300a8293faf1 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;
tommycli 2016/06/28 23:29:27 Since not immediately obvious, I just recommend a
dschuyler 2016/06/28 23:34:31 Done.
+ };
-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