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

2020-05-23 Thread Sapphireslinger
Tony M and Birthe C, thank you! The z-index 500 worked perfectly for the Page 
toolbar! 

But none of the z-index numbers works for the Edit Toolbar. (I even took 
z-index off of the Page Toolbar and tried using it for the Edit Toolbar alone, 
but it didn't do anything. 

So at present my code reads

.tc-page-controls {position: fixed; top: -15px; left:0; right:0; padding-left: 
3px; z-index:500; background-color: white; }

.tc-tiddler-edit-title {position: fixed; top:18px; left:0; right:0; 
padding-left: 3px; background-color: pink; }

Could it have something with ... 

$:/core/ui/EditTemplate/controls

... showing ... 

<$view field="title"/>

Does that mean the controls only show up when they are passing through a title 
field? 

-- 
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/e4f4d896-296f-4dfd-bb34-11773cf2d59c%40googlegroups.com.


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

2020-05-22 Thread Birthe C
Ton Gerner has a nice table with the Z-indexes in use in Tiddlywiki. Z-index 



Birthe

-- 
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/da11e1be-eff1-4565-a03a-1494658aca83%40googlegroups.com.