Remove Facebook Likebox Scroll Bar
I want to remove the facebook likebox scroll bar and am having issues as it seems they load the styles for the likebox as investigation indicates styles loaded after page loads.
Solution 1:
The Facebook likebox is loaded as an IFrame within the div you declare.
You don't have any control over the styling of an IFrame from another source.
Facebook give you some control over how the like box is displayed but you can't do anything beyond that.
Solution 2:
try this css:
.pluginLikeboxStream{
overflow:hidden !important;
}
Post a Comment for "Remove Facebook Likebox Scroll Bar"