Hi Thomas,

That's an interesting approach. I had to lower the toolbar 20 pixels to get 
out from under my bookmarks bar. Is it supposed to "popup" as you hover 
over? In my case the active toolbar pops down a few pixels. It would be 
more ideal if the popping didn't appear to move at all (i.e. it 'pops' in 
the same place as the original fixed toolbar). 

If you are editing more than one tiddler, it may apply changes to the wrong 
tiddler. It appears to want to act on the draft tiddler at the bottom of 
the story river.

Thanks,
Mark

On Wednesday, June 21, 2017 at 3:06:16 PM UTC-7, Thomas Elmiger wrote:
>
> Hi Mark
>
> I have tried to fix the toolbar to the bottom via CSS. But there are 
> dropdown elements that get lost this way. 
>
> So now I fixed it to the top and let it pop down on hover. Seems to work 
> on my desktop. 
>
> I put this in a tiddler tagged $:/tags/Stylesheet 
>
> .tc-editor-toolbar {
>     position: fixed;
>     z-index: 99;
>     background-color: rgba(200,200,200,0.3);
>     padding: 10px 7px 14px 7px;
>     margin: 0;
>     bottom: calc(100vh - 24px);
> }
>
> .tc-editor-toolbar:hover, .tc-editor-toolbar:focus {
>     top: 0;
>     bottom: auto;
> }
>
>
> All the best,
> Thomas
>

-- 
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/e5db60d7-f64b-4623-a551-709b0e225cc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to