I gave it a try and liked it a lot. I did, however, notice that once the 
toolbar was floating, it was much harder to click on a button in the 
toolbar to get it to function. The area over the button where the mouse 
would activate the function of the button was extremely small. Is this just 
my setup?

Damon



On Thursday, May 16, 2019 at 5:42:25 PM UTC-7, TonyM wrote:
>
> David,
>
> I did this some time ago, with the help from others. I am not sure If I 
> have captured all the instructions, so please let me know so I can update 
> my records.
>
> Add the following to stylesheet tiddler
>
> .tc-editor-toolbar button { background: orange;
> }
>
> .tc-editor-toolbar {
>   position:sticky;
>   position: -webkit-sticky;
>   position: sticky;
>   top: 30px; /* distance to stick from top, e.g if you use top bar */
>   left:0;
>   width:100%;
>   font-size:.90em; 
>   padding:0;
>   border:5px solid transparent;
>   background: white;
>   z-index: 100;
> }
>
> This may be all that is needed. Note I coloured the Editor toolbar
> Increase or reduce top to match any headers or above story you are using
> This x-index has being adjusted to work over the top of code mirror editor 
> lines as well
>
> I am not sure it is perfect, but it is close.
>
> Regards
> Tony
>
>
> On Thursday, May 16, 2019 at 1:43:45 AM UTC+10, David Gifford wrote:
>>
>> Hi all
>>
>> I am using the centralized theme. Is there a way to make the 
>> editortoolbar sticky with that theme? I tried the snippet located here (
>> https://groups.google.com/forum/#!msg/tiddlywiki/QcKMCNWeRpY/m5sPjM2TAwAJ) 
>> but it did not seem to work.
>>
>> Thanks
>>
>> Dave
>>
>

-- 
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/61dd6278-0e29-4dc7-bc53-0118a97e684d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to