[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" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4d16128e-e9f1-4c65-8c3c-b37aeb0eac44%40googlegroups.com.


[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 disappears under tiddlers being scrolled over it.

Strangely the Edit Toolbar seems to have been cured of it.

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fb4c673b-1871-4e9f-8992-ac0b5c17d9fe%40googlegroups.com.


[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 scrolled over it. 

Strangely the Edit Toolbar seems to have been cured of it. 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fa964c4d-40e1-4df8-b7c0-6644493b2a7f%40googlegroups.com.


[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; padding:3px; 
background-color: pink; } 

It wasn't as pretty as the j.d.mono.tiddlyspot.com edit toolbar (which I would 
love to copy but I gave up after a few hours trying to get hints from his code) 
but at least my edit toolbar stuck to the top of the screen, permenently on top 
of everything. 

The problem is that after finally upgrading to 5.1.22 (from 5.1.19) about a 
week ago, my fixed position edit toolbar dissappears when I scroll away from 
the tiddler I'm working on, and only reappears every time the gap between 
tiddlers passes over it. It's like it's on a layer beneath the tiddlers and you 
can only catch glimpses through the gaps. 

Any hints on how to keep it on top? 

Then this morning (inspired by jd mono) I decided to try and stick my page 
controls toolbar to the top of my screen as well (because I write enough to 
force me to scroll for miles just to get back to the controls, all that 
scrolling is what I am trying to cut out) by adding... 

.tc-page-controls { position:fixed; top:0px; left:0; right:0; padding:1px; 
background-color: white;  } 

... to the same stylesheet. 

Now the page toolbar and the edit toolbar sort of overlap each other up at the 
top of the screen and both of them dissappear under tiddlers that are scrolled 
over them.

I figured out that I could add top:60(or so)px to the edit toolbar to push it 
down below the page toolbar. 

However, the page toolbar seems to maintain a permanent 10px? gap between 
itself and the top of the screen, when I would like it to be flush with the top 
of the screen. 

And they both still dissappear under scrolling tiddlers. 

Help? 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c2257eef-d724-46ac-8c14-dca8720a83e5%40googlegroups.com.