I think this thread (which you have already seen) has the best selection of possibilities:
https://groups.google.com/forum/#!topic/tiddlywiki/xO-lhnwYyZs There is also this discussion on making the toolbar sticky: https://groups.google.com/forum/#!msg/tiddlywiki/QcKMCNWeRpY/m5sPjM2TAwAJ In general, tiddlers are supposed to be small enough that this is never a problem. So a possibility is to break your text into editiable chunks that get viewed by a separate tiddler. -- Mark On Tuesday, January 2, 2018 at 3:05:07 PM UTC-8, Surya wrote: > > Hi Tony, > > a happy new year :-) > > Sorry for late answering- I didn't had any time working on my wikis or to > try your suggest. > > No, that didn't work.... > They still scroll separately and the editor toolbar is not always visible, > it disappears with scrolling down. > > I tried it also with top: 100 - top 1000. > > .tc-editor-toolbar { > position:sticky; > position: -webkit-sticky; > position: sticky; > top: 500px; /* distance to stick from top, e.g if you use top bar */ > left:0; > width:100%; > font-size:.90em; > padding:0; > border:5px solid transparent; > background: white; > z-index: 1; > } > > > > Maybe it is important for you to know: I use the PopupTagger - TagBar / > TagTable with popup list of tags. > > ......? > -- 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/caedac5b-5870-4e9a-8f3f-0ff54ac38568%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

