Yeah I know, sort of a n00b-ish question :c But does anyone now the hover code for scroll boxes on user profiles.
(currently my profile fits everything without the scroll, but I want to add more information without it looking messy)
so if anyone could help me that would be pretty awesome :D thank-you!
:
{overflow: hidden;}
:hover {overflow: auto;}
Just replace "tag" with your selector.