And the look and feel of the scrollbar is generally determined by the browser/OS. Unless someone does a custom scrollbar implementation, but that is exceedingly rare. So that thin rounded gray bar is a browser/OS design, again, without any JS.
And Microsoft Store. And the weather. And also in that edition that literally just launches a browser into a remote machine, they decided to make the Ctrl + Alt + Del menu also a browser. For some reason.
It’s a few lines of css, no JS required.
.my-div:hover { overflow-x: scroll; }And the look and feel of the scrollbar is generally determined by the browser/OS. Unless someone does a custom scrollbar implementation, but that is exceedingly rare. So that thin rounded gray bar is a browser/OS design, again, without any JS.
You can style the native scrollbars with css now
I don’t know about scrollbars specifically, but apparently a lot of windows 11 is written in react
It’s the start menu that’s written in react.
And Microsoft Store. And the weather. And also in that edition that literally just launches a browser into a remote machine, they decided to make the Ctrl + Alt + Del menu also a browser. For some reason.
Ew
what