this post was submitted on 05 Jun 2026
640 points (98.8% liked)

memes

22009 readers
4368 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] InEnduringGrowStrong@sh.itjust.works 109 points 1 month ago (3 children)

I hate the modern ones you need to hover above so they even display, and then it's 1 pixel wide and a shade of grey that's about 2% darker than white.
Less functional and 500 lines of js garbage.

[–] chisel@piefed.social 24 points 1 month ago (4 children)

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.

[–] 0ops@piefed.zip 6 points 1 month ago (1 children)

I don't know about scrollbars specifically, but apparently a lot of windows 11 is written in react

[–] Dojan@pawb.social 9 points 1 month ago (2 children)

It’s the start menu that’s written in react.

[–] diaphragmwp@discuss.tchncs.de 6 points 1 month ago* (last edited 1 month ago)

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.

[–] adhdsergio@lemmy.world 1 points 1 month ago

You can style the native scrollbars with css now

[–] diaphragmwp@discuss.tchncs.de 1 points 1 month ago

If these kids could read, they would be very upset!

[–] Starik@lemmy.world 0 points 1 month ago (1 children)
[–] diaphragmwp@discuss.tchncs.de 1 points 1 month ago* (last edited 1 month ago)

JS is a programming language that runs from the website on your computer. By "JS scrollbar" it was meant that the scrollbar is generated by the code, as if it was a program.

CSS is just a sheet of rules on how things should look like, it's not meant to run programs. This person is pointing out you can just tell the browser to add a scrollbar to something using CSS, without programming.

[–] tomiant@piefed.social 1 points 1 month ago

I use pgdn btw.

[–] M137@lemmy.today -1 points 1 month ago

Some suck, sure, but some work well. The ones on MacOS are good IMO, and some android ones (while others absolutely suck).