Skip to content

Commit

Permalink
Merge pull request #32 from altern8tif/patch-1
Browse files Browse the repository at this point in the history
Increase z-index of Sticky Panel
  • Loading branch information
camsong authored Oct 17, 2016
2 parents 1d6b9f0 + 00cd41c commit 4c92684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
position: fixed;
top:0;
right: 0;
z-index: 30;
z-index: 35;
background:rgba(255,255,255,0.9);
border-left: 3px #d26911 solid;
border-radius: 3px;
Expand Down

0 comments on commit 4c92684

Please sign in to comment.