On Friday, October 6, 2017 at 5:40:18 AM UTC-7, Lost Admin wrote:
>
> Nice trick.
>
> Is there a way to add that to all tables without needing to specify 
> |scrollable|k on the top?
>

Instead of defining a separate ".scrollable" class, just apply the CSS 
directly to the "table" element, like this:
table { display:block; overflow:auto; }

Note: the above rule will be applied to ALL tables in the TW document, 
including some that might be used outside of tiddler content (e.g. in the 
sidebar), so you might want to make the rule a bit more specific, like this:
.tc-tiddler-body table { display:block; overflow:auto; }

enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d39e87ed-7173-46e4-8755-aced6909f427%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to