I rewrote the CSS to make it not interfere with other range sliders and also work across browsers, and added a config Tiddler to customize the appearance with a checkbox that will set the necessary values in Theme Tweaks.
3 Likes
It worked a bit too well! My topbar hides it. So I went back to the old version.
1 Like
Ah, probably the z-index in the CSS? I set it back to 900 now, after I brought it down to 9 because I thought maybe 900 was excessive and 9 was enough for my personal use.
Setting stuff to be on βtopβ in the CSS is a bit fraught as it depends on what other things with z-index values exist.