I haven't been able to get the CSS to work yet. For now, I've been using the fixed height setting ($:/core/ui/EditorToolbar/editor-height-dropdown) which fixes the editor window and makes the toolbar visible at all times.
On Tuesday, April 27, 2021 at 9:08:12 AM UTC-7 David Gifford wrote: > Thanks a bunch Odin! > (I feel like a pagan idolater for writing that sentence!) :-) > > > > > On Tue, Apr 27, 2021 at 10:34 AM Odin <[email protected]> wrote: > >> The CSS position attribute has a 'sticky' value. See: >> https://www.w3schools.com/cssref/pr_class_position.asp >> >> Adding this to a stylesheet tiddler would produce the effect: >> >> .tc-editor-toolbar { position: sticky; top: 0; } >> >> To prevent the look of 'floating' buttons you can also add a >> 'background-color: white;'. >> Op dinsdag 27 april 2021 om 16:48:39 UTC+2 schreef David Gifford: >> >>> >>> Okay I know I had this set up once., but I can't find it. >>> >>> Can anyone explain how I could have a sticky editortoolbar? So that when >>> I am editing a tiddler and scroll down, the editing buttons stay at the top >>> of the screen? >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "TiddlyWiki" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/tiddlywiki/KVBFIqkYbBM/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/f079ded7-2ab7-4352-9641-1ed276c8ca58n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/f079ded7-2ab7-4352-9641-1ed276c8ca58n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/a66c1a45-7432-4546-9a0e-476d8a53f9b6n%40googlegroups.com.

