Skip to content

Commit

Permalink
Made black ones appear on grey lines Mastercard#265
Browse files Browse the repository at this point in the history
z-index attribute of the grey lines fixed this issue.
  • Loading branch information
Chaitu-Tatipamula committed Feb 26, 2023
1 parent b62cadb commit 4bdb4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ app-msg-search-input {
bottom: 0;
position: absolute;
top: 0;
z-index: 1;
z-index: 0;
}
1 change: 1 addition & 0 deletions report/report-ng/projects/report/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
pre{overflow: auto;}

0 comments on commit 4bdb4bc

Please sign in to comment.