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:
Edit | Attach | Watch | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r2 - 2006-11-10 - ArthurClemens
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.