The black bar is a placeholder and will be replaced by art later.
When I resize my window smaller then there are two scroll bars at the side, any ideas what might be causing that?
Other than that, I just want to know how it looks to other people :) Any suggestions for improvement would be greatly appreciated! Once this profile is complete I intend to use it as a base for all the rest.
it looks like it has something to do with the "overflow: auto" on , though i'm not sure why it's behaving that way; likely the height you've set is conflicting with the height of -content or . it looks like you should be able to band-aid this by setting to "overflow: visible" instead, but i do see that you're manually adjusting the height based on the size of the description and treasure. can i ask why you're not just using "height: auto"?