Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Raised contextmenu z-index #39
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroenen committed Feb 2, 2015
1 parent cb7b1ed commit 5546dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/50-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ img[src=""] {
.contextmenu{
position: fixed;
display: none;
z-index: 500;
z-index: 1000;
border: 1px solid #c0c0c0;
box-shadow: 0 0 5px rgba(0,0,0,.15);
background-color: white;
Expand Down

0 comments on commit 5546dfd

Please sign in to comment.