Skip to content

Commit

Permalink
Fixes z-index of the epic labels and action button (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbeergod authored Nov 12, 2021
1 parent b18a582 commit 15fc6f6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jira-dark-gray.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,15 @@ regexp(".*.atlassian.net/secure.*") {
background-color: #333 !important;
color: #ccc !important;
}

/* Fixes z-index of the epic labels and action button */
.zd1ddu-13 {
z-index: 2;
}

.o8lyvj-0 {
z-index: 2;
}
}

@-moz-document regexp(".*.atlassian.net/projects.*") {
Expand Down

0 comments on commit 15fc6f6

Please sign in to comment.