Skip to content

Commit

Permalink
Merge pull request #12936 from agh1/patch-1
Browse files Browse the repository at this point in the history
Status page: hush menu should be on top of other headers
  • Loading branch information
eileenmcnaughton authored Oct 15, 2018
2 parents 098656a + 891bf99 commit ec5442f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ang/crmStatusPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@
width: auto;
margin: 0;
padding: 0;
z-index: 99;
}

#crm-status-list .hush-menu li {
padding: 0.2em 0.5em;
background-color: rgba(255, 255, 255, 0.9);
z-index: 99999;
z-index: 99;
font-weight: normal;
}

.status-debug-information {
font-size: smaller;
}
}

0 comments on commit ec5442f

Please sign in to comment.