[tw5] After upgrade my fixed position edit toolbar dissappears when scrolling through tiddlers only appearing in the gaps between tiddlers

2020-05-22 Thread TonyM
Perhaps you need to set the z-index on the toolbar so it uses the correct hight. Sometime ago someone shared the z-index this for multiple elements in tiddlywiki. My guess is 500 or 1000 Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw5] After upgrade my fixed position edit toolbar dissappears when scrolling through tiddlers only appearing in the gaps between tiddlers

2020-05-22 Thread Sapphireslinger
This worked! (for part of the problem) .tc-page-controls { position:fixed; top: -15px; left:0; right:0; padding-left: 3px; background-color: white; } .tc-tiddler-edit-title { position:fixed; top:20px; left:0; right:0; padding-left: 3px; background-color: pink; } BUT Page Toolbar still

[tw5] After upgrade my fixed position edit toolbar dissappears when scrolling through tiddlers only appearing in the gaps between tiddlers

2020-05-22 Thread Sapphireslinger
This worked: .tc-page-controls { position:fixed; top: -15px; left:0; right:0; padding-left: 3px; background-color: white; } .tc-tiddler-edit-title { position:fixed; top:20px; left:0; right:0; padding-left: 3px; background-color: pink; } BUT Page Toolbar still disappears under tiddlers being

[tw5] After upgrade my fixed position edit toolbar dissappears when scrolling through tiddlers only appearing in the gaps between tiddlers

2020-05-22 Thread Sapphireslinger
I use TiddlyWiki (basic Vanilla theme) with Qinoid on my smartphone all day long. Quite some time ago I made my edit toolbar stay at the top of my screen by putting this in a tiddler (tagged with $:/tags/Stylesheet) .tc-tiddler-edit-title { position:fixed; top:0px; left:0; right:0;