Skip to content

Commit

Permalink
fix scrolling problem with like button is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
hayeah committed Sep 10, 2011
1 parent 27971bd commit ffb5c06
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions public/stylesheets/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,12 @@

#mark .like {
background: url(../images/faceoff-icon.png) no-repeat;
width: 51px;
width: 300px;
height: 24px;
position: absolute;
top: 180px;
right: 160px;
right: -92px;
overflow: hidden;
}

#mark .like:hover {
Expand All @@ -125,7 +126,7 @@
opacity: 0.8;
}

#mark iframe {
#mark .like iframe {
background: white;
opacity: 0.8;
}
Expand Down

0 comments on commit ffb5c06

Please sign in to comment.