Skip to content

Commit

Permalink
Move background z-index to -1 (openethereum#4893)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored and gavofyork committed Mar 14, 2017
1 parent 5031221 commit e12bde8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/ui/Portal/portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $popoverZ: 3600;
left: 0;
right: 0;
opacity: 0.25;
z-index: 0;
z-index: -1;
}

.overlay {
Expand Down

0 comments on commit e12bde8

Please sign in to comment.