Skip to content

Commit

Permalink
added z-index to thumbnail diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Oct 31, 2019
1 parent 63967ef commit 6e7077c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diagnostics_stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ h3 {
}
.back_image {
position: relative;
z-index:1;
top: 0;
left: 0;
}
.front_image {
position: absolute;
z-index:2;
top: 0;
left: 0;
}
Expand Down

0 comments on commit 6e7077c

Please sign in to comment.