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/829e568f-a023-4d3f-a7b2-f0952fc86c78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to