Saq,

Thanks

I just found this as well.

https://groups.google.com/d/msg/tiddlywiki/QcKMCNWeRpY/po-kuet1BAAJ

<$reveal state="$:/themes/tiddlywiki/vanilla/options/stickytitles" 
type="match" text="yes">
``
.tc-tiddler-title {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 0px;
        font-size: 0.9em;
        padding-bottom: 1px;
    background: ``<<colour tiddler-background>>``;
    z-index: 10;
}
.tc-tiddler-controls.tc-titlebar{
    height: 33px;
        margin-top: -8px;

}

.tc-editor-toolbar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 25px;
    background: ``<<colour tiddler-background>>``;
    z-index: 10;
    border-bottom: 0.55px solid #CCC;
}
``
</$reveal>





On Monday, August 3, 2020 at 2:49:37 PM UTC+10, Saq Imtiaz wrote:
>
> Something along these lines:
>
> .tc-editor-toolbar {
> position: sticky;
> top: 30px; /* adjust as needed*/
> }
>
>
>
> On Monday, August 3, 2020 at 6:39:49 AM UTC+2, TW Tones wrote:
>>
>> Folks,
>>
>> I have a Wiki set to have a "sticky editor toolbar", not unlike the 
>> sticky view Toolbar option in theme tweaks.
>> If you scroll down a long tiddler in edit mode the Editor toolbar remains 
>> in place at the top until you move to the next tiddler.
>>
>> Issue
>>
>>    - Unfortunately I can no longer find any reference notes or how to. 
>>    - Please do not to be confused with the popup menu 
>>    https://saqimtiaz.github.io/sq-tw/floating-menu.html which is still 
>>    in prototype.
>>
>> Can anyone tell me how to do this please?
>>
>> Regards
>> TW Tones
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b211440b-39ff-4e00-b044-bee56bb35b0eo%40googlegroups.com.

Reply via email to