.tc-editor-toolbar { position: sticky; top: 30px; /* adjust as needed*/}<$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>