Thanks Ton and Tony! I went with Tony's easy CSS snippet. Works great.
Gonna change orange to something more palatable, though heh heh
Dave
On Thursday, May 16, 2019 at 7:42:25 PM UTC-5, 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/1bed26ea-e7d4-4992-a221-271dd7175c19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.