I was building a viewToolbar to use in the tiddlers footer however on drop downs such as the More dropdown it does not appear over the tiddler below, and in particular over the view Toolbar below.
However I can’t find a Z-index or other method to influence this for the viewTool bar footer which needs to be higher than the top viewToolbar.
I’ve fiddled with such issues a lot previously so I can probably help you (…even if my CSS is likely a bit rusty at the moment). Could you post a tiddler or a wiki that shows the problem?
Thanks @twMat sorry about a delayed reply, @CodaCoder seems to have the solution in the above example.
However @CodaCoder I need to work out, what within your example is fixing it?, so I can apply it to my solution already built. I expect I will work it out in the fullness of time but if you can tell me it would be helpful.
I am constructing a new type of toolbar that allows buttons to be placed at the bottom. Selecting from existing buttons or add additional with another tag.
Eg Jump to top/close etc…
I think I need to retest on tiddlywiki.com or empty.html to check something else is not interfering.
I suspected this but with a lot of searching could not find the z-index on the view toolbar any where, hence this post. I find the same with <<tag tagname>> in the tiddler preview pain, the tag dropdown goes under the bottom of the tiddler frame.
I just wish this was documented so we can manage the introduction of dropdowns of different types.
You should read the link I posted – it’s not just about z-index. Even if my guess is wrong, learning about the stacking context is key to understanding css layout along all dimensions.