This question about Installation of Foswiki: Needs followup in Tasks

No horizontal scroll bar in foswikisiteskin

When using the foswikisite skin, there does not seem to be a horizonal scroll bar when the content exceeds the width available. For instance if a html table with width=100% is used, and the content is too wide for the area, the content is hidden and cannot be seen.

I was able to fix this problem by hacking a bit at the style.css file. All is well.

How about sharing your hack so other people can get the benefit of your wisdom?


It might be caused by the "overflow:hidden" setting on #patternMain in the FoswikiSiteSkin style.css file. Using this CSS seems to help:

#patternMain
{
        float:left;
        overflow:auto;
}

These links may also be of interest: http://foswiki.org/Tasks/Item2433 and http://foswiki.org/Tasks/Item1431 and http://foswiki.org/Tasks/Item8992.

-- StevenKrahn - 14 Jul 2010

QuestionForm edit

Subject Installation of Foswiki
Extension
Version Foswiki 1.0.9
Status Needs followup in Tasks
Topic revision: r4 - 14 Jul 2010, StevenKrahn
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy