Tags:
create new tag
, view all tags

Question

How do I enable horizontal scrolling in the TWiki sidebar (left frame)? I am using the TreeBrowserPlugin and I have nodes at several levels (upto 4). When I try to dig beyond the 2nd level, my tree view is trunctated and I cannot scroll horizontally too because there is no horizontal scrollbar in the left frame.

Here is a snapshot of my problem:

http://twiki.org/cgi-bin/viewfile/Plugins/TreeBrowserPluginDev?rev=1;filename=treeview_truncated.JPG

Environment

TWiki version: TWikiRelease04x00x05
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux
Web server: Apache
Perl version: 5.8.8
Client OS: Windows / Linux
Web Browser: IE, Firefox
Categories: Plugins

-- AlokNarula - 10 Nov 2006

Answer

This property of the left bar is set in with overflow:hidden in style.css:

#patternLeftBar {
   /* Left bar width is defined in viewleftbar.pattern.tmpl */
   float:left;
   display:inline;
   overflow:hidden;
}

In your situation you could change this to overflow:scroll;.

To implement your custom style in a (upgrade) safe manner, read PatternSkinCssCookbook.

-- ArthurClemens - 10 Nov 2006

 
Change status to:
Topic revision: r2 - 2006-11-10 - ArthurClemens
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.