Is there a way to customize the browser scroll bar using html, css, and js similar to how Chrome does with Control + F?
https://i.sstatic.net/62Hju.png
I have experimented with
- adding a fixed position div
- creating a linear gradient style for the scrollbar track
Unfortunately, I hadn't had success with either approach. Do you have any ideas on how to achieve this?