Fix show page CSS so that hashtags and links are clickable on wallpaper posts

This commit is contained in:
Sean Tilley 2012-05-03 18:19:01 -05:00
parent feb19e304e
commit 2d6a7b1da1
2 changed files with 1 additions and 2 deletions

View file

@ -308,7 +308,6 @@ article { //mood posts
.photo-fill {
@include background-cover();
z-index : -5000; //so the framer controls don't get lost
position: absolute;
top: 0;
left: 0;

View file

@ -6,7 +6,7 @@
bottom: 0;
left: 0;
text-align: center;
z-index: 100;
z-index: 9001;
}
#post-reactions {