marshw 0 Report post Posted December 6, 2009 I'm having one small problem. I built a page of FAQs for client and placed anchor tags on it. On first going to the page everything is fine. However, after clicking on any of the links at the top of the page to go to an anchor tag...the spacing at the top of the page "Content section" changes and the top pf the page "content section" is cut off. Page Link Anchor Tag Link Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 7, 2009 Interesting bug... Will check out and fix in the future. Share this post Link to post Share on other sites
larsm66 0 Report post Posted December 8, 2009 I have the same problem using the "FAQ-tastic" plugin. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 8, 2009 Figured this one out... will be fixed in the update. (`overflow:hidden` was causing the issue) Share this post Link to post Share on other sites
marshw 0 Report post Posted December 9, 2009 Is there a temporary fix I can deploy for the client? Share this post Link to post Share on other sites
marshw 0 Report post Posted December 13, 2009 Any update on changes I can make manually to resolve this for our client? Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 14, 2009 sure, sorry about the delayed response. You just need to change the 'overflow:hidden;' on what I think was the 'content' element in CSS. Something like: `.content{overflow:auto;}` should do the trick. If you need the exact name of the element it was on I'll have to dig through the Subversion revisions; so let me know. Share this post Link to post Share on other sites