Fix show page CSS so that hashtags and links are clickable on wallpaper posts
This commit is contained in:
parent
feb19e304e
commit
2d6a7b1da1
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
z-index: 100;
|
||||
z-index: 9001;
|
||||
}
|
||||
|
||||
#post-reactions {
|
||||
|
|
|
|||
Loading…
Reference in a new issue