Skip to content

Commit

Permalink
Hide troublesome FB iframe. Fix horiz scroll issue.
Browse files Browse the repository at this point in the history
Thanks to craigcook for the help with the diagnosis.
  • Loading branch information
pmac committed May 9, 2012
1 parent ee7f091 commit 77b7f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion media/socialshare.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@
}
}
}
// Hide troublesome FB iframe
.FB_UI_Hidden {
display: none;
}

0 comments on commit 77b7f65

Please sign in to comment.