Commit 92509543 authored by John Lee's avatar John Lee Committed by Commit Bot

Settings WebUI: Remove unnecessary z-index

This layers the Settings page's main contents above the toolbar such
that the main content is interactable no matter how far the toolbar's
text overlaps the main content.

Bug: 995686
Change-Id: Id8e244a47a13f19c13b47ce86e8b44afc6255524
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762062Reviewed-by: default avatarEsmael Elmoslimany <aee@chromium.org>
Commit-Queue: John Lee <johntlee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#688665}
parent 6d8b749e
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
cr-toolbar { cr-toolbar {
@apply --layout-center; @apply --layout-center;
min-height: 56px; min-height: 56px;
z-index: 2;
--cr-toolbar-left-spacer-width: var(--settings-menu-width); --cr-toolbar-left-spacer-width: var(--settings-menu-width);
--cr-toolbar-center-basis: var(--settings-main-basis); --cr-toolbar-center-basis: var(--settings-main-basis);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment