Skip to content

Commit

Permalink
[fix] z-index value to 999999 (re: issue#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wimagguc committed Mar 25, 2015
1 parent 6e761a2 commit 7a67e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/jquery-eu-cookie-law-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
line-height: 1.2em;
text-align: center;
display: none;
z-index: 1100;
z-index: 9999999;
}

.eupopup-container-top,
Expand Down

0 comments on commit 7a67e4e

Please sign in to comment.