> Now the trade-off seems to be that once a list gets to a certain
> length (the timeline list, the shadowed tiddlers) you can't scroll
> down to see the rest of the list.
Elements with "position:fixed" don't contribute to the overall
document extents. As a result, even if the sidebar tabs display is
taller than the browser window, it won't cause scrollbars to appear.
One way to address this is to 'short sheet' the sidebar tabs, so that
they uses scrollbars *within* the tabs, like this:
#sidebarTabs .tabContents
{ height:25em; overflow:auto; width:92.5%; }
#sidebarTabs .tabContents .tabContents
{ height:21em !important; }
(note: difference in height for second rule is so that the 'orphaned',
'missing', and 'shadowed' tabs fit properly inside the containing
'more' tab)
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---