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

Issue 3016663002: Decrement z-index of alert-icon and yaxis-label. (Closed)

Created:
3 years, 2 months ago by benjhayden
Modified:
3 years, 2 months ago
Reviewers:
shatch
CC:
catapult-reviews_chromium.org, perf-dashboard-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Decrement z-index of alert-icon and yaxis-label. Currently, z-index is set to 1000 for dialog-container, alert-icon, and yaxis-label. dialog-container and alert-icon can actually overlap, and we want dialog-container to cover alert-icon, so dialog-container's z-index must be greater than alert-icon's z-index. This CL decrement's alert-icon's z-index from 1000 to 999 so that it is always under dialog-container. BUG=catapult:#3908

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M dashboard/dashboard/elements/chart-container.html View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
benjhayden
3 years, 2 months ago (2017-09-25 22:46:32 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698