Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: Rangarig on October 07, 2005, 09:50:40 AM

Title: Solution to scrollbars-in-posts problem
Post by: Rangarig on October 07, 2005, 09:50:40 AM
One of the posters on my forum reported that they were seeing scrollbars within the posts using the default themes (and various colour default themes). I have apparently managed to solve the problem with a rather simple change.

If you open the style.css file and look for .post, .personalmessage you should find the overflow-parameter set to auto. Change this to visible and save the file. It should resolve the problem. I would appreciate some feedback on this in case you can confirm that this works.
Title: Re: Solution to scrollbars-in-posts problem
Post by: Oldiesmann on October 07, 2005, 02:56:54 PM
That works just fine, but you can just get rid of the "overflow:auto" line altogether if you don't want it.