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

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

Issue 2379933003: MD Settings: use overflow: overlay for better centering (Closed)
Patch Set: Created 4 years, 3 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 baafd39ca1bdffae24e2d5b52195522be8864385..6b29e4c7c51c863ebe13f9ea6bd50e38297a74e1 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -21,6 +21,7 @@
@apply(--layout-fit);
--paper-header-panel-waterfall-container: {
overflow-x: auto; /* Undo paper-header-panel default of 'hidden'. */
+ overflow-y: overlay;
};
-webkit-user-select: none;
background-color: var(--settings-background-color);
« 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