facebookfb.ui

facebook fb.ui dialog opens too low


I'm having a problem and I can't find any resources to handle it, maybe someone here will have a clue...

I have a facebook app where I use fb.ui dialogs. The problem is that they open too low, and I need to scroll down in order to click accept/cancel.

The only resource I found told me to make sure that the <div id="fb-root"></div> is right under the <body> tag, and this is the case with my app...

Any idea someone? Thanks, Yanipan


Solution

  • Well, eventually I used CSS directly on #fb-root .dialog which allowed me to apply the absolute position the way I wanted it, quite simple actually...