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

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

Issue 1966543002: MD Settings: Expanding cards should not overlap header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@AnimationFixes2
Patch Set: Created 4 years, 7 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 892ebe1003962d2b80b5d233a83b1894854c633b..338c5bd4271eb6d998885b2dc42f3a4fdd7f30d6 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -94,6 +94,12 @@
--paper-input-max-width: 200px;
}
+ paper-header-panel {
+ --paper-header-panel-shadow: {
+ z-index: 100;
Dan Beam 2016/05/10 00:46:37 in a perfect world, we would not treat z-index as
michaelpg 2016/05/10 02:29:13 My next version is slightly perfecter. Giving the
+ };
+ }
+
paper-toolbar {
--paper-toolbar-height: 56px;
--paper-toolbar-sm-height: 56px;
@@ -103,6 +109,7 @@
--paper-toolbar: {
background-color: var(--settings-title-bar-background-color);
};
+ z-index: 100;
}
/* Prevent paper-toolbar from setting the margin-right to 24px. */
« 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