Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The horizontal-scrolling tag has no wiki summary.
3
votes
7answers
2k views
Horizontal scrollbar in Firefox caused by #fb-root
I'm creating a responsive design but have run into a problem where the Facebook Javascript SDK code's div#fb-root is causing a horizontal scrollbar when the browser width is less than 590px. I've ...
2
votes
3answers
1k views
Facebook Send button causing horizontal scroll
I'm working on Ruby On Rails, and just integrated Facebook Send button in a project. When Clicked on the "Send" button, the popup window is going out of the screen and causing horizontal scrollbar. I ...
1
vote
2answers
594 views
How to manually slide to specific item in TTTabStrip (put selected to the center or make content offset)
So question is: How to manually slide to specific item in TTTabStrip (put selected to the center or make content offset)
@interface TTT : NSObject {
TTTabStrip* _slider;
}
@implementation TTT
...