r2 - 10 Nov 2006 - 21:23:20 - ArthurClemensYou are here: TWiki >  Support Web > EnableHorizontalScrollingInSidebar
Tags:
, create new tag

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:

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 | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback SourceForge.net Logo