So, I'm trying to make a profile for Foinse with no coding experience beside what I've been reading in the tutorials here. Is there a way to see what element the annoying scrollbar on the right belongs to? I know you can set stuff to overflow hidden or for it only to appear when you hover over a div, but don't know what element it is!
And what's the annoying heart thingy called that normally appears under pet adopted date? Also, any feedback on the profile itself is much appreciated, though obviously it's still very much a work in progress! I intend to commission an overlay and some art instead of the Centropolis image, but I'm not sure what I want there yet.
There isn't. It's an accessibility thing. You can tweak it to be smaller, etc but it can't be hidden.

https://www.w3schools.com/howto/howto_css_custom_scrollbar.asp Is a very good place to start. I've used the site in the past for college.

@ Hanzo but if I knew what div / element it belonged to, wouldn't I be able to set the size so no scrollbar would appear in the first place? Or hide overflow? It wasn't there initially, it popped up halfway during coding (sadly I didn't notice when exactly, I'd be able to backtrack the changes). Not to mention that I don't see any random scrollbars on pet spotlight winners, so surely there has to be another option?
Edit: it was the content div! And the heart was _pet_like and thankfully removable :) Thanks for the help though! I'll definitely check out the website!