I have a facebook canvas app setup with width and height as fluid in the Advanced app settings.
What I need to achieve is to set the height of my canvas app equal to the height of the Facebook sidebar(side pane where all the FB adds and links appear). Currently the canvas app is set to fluid which sets the height of the app equal to the view area, so what happens is the FB sidebar is bit taller than the view area and scrolls the page by default and hence creates space below my canvas app.
I have tried setting the height to fixed but then it removes the scroll bar(adds overflow hidden to the iframe) from the iframe which is not desirable as the app contains content which exceeds the fixed height.
Check this for better understanding http://jsfiddle.net/v2QKN/5/