Great style, I have one problem though. I'm loading phBB into an iframe in my main <div> and I can't seem to get rid of the vertical scroll bar. I've tried removing the
Code: Select all
/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
height: 101%;
I've tried making the iframe height far greater than it needs to be and it still appears so I don't think that is the problem. Is there something in the template I'm missing? I'm new to the phBB so please forgive me if this is a dumb question.
Thanks for your time.