stepmania / stepmania-site

StepMania's Website, forums, etc.
https://www.stepmania.com/
19 stars 7 forks source link

Post contents not visible on chrome #23

Closed SoonDead closed 10 years ago

SoonDead commented 10 years ago

When you watch the site in a narrow browser (under 600px I think), the contents of the posts are not visible, only the headers. This makes the site and forums pretty much unusable.

Nice Picture

I made the screenshot on 33.0.1721.0 (237387), but I got similar results with the chrome browser on my gf's android phone.

Something wrong with calculating the height .container as 100% does not include the heigth of .scroller for some reason.

Might be a chrome bug, but I have no time now to make a minimal test case and search for the root of this problem.

This css stuff makes my head hurt anyway.

SoonDead commented 10 years ago

Also if you resize your browser to toggle the 600px breakpoint, the position of the "posts: XX" counter also becomes buggy.

shakesoda commented 10 years ago

Odd. Must have happened in one of the last few commits.

I'll look into it.

shakesoda commented 10 years ago

Actually, there's some extra markup in there I can get rid of that will probably solve this. It was for something I ended up not doing.

shakesoda commented 10 years ago

Fixed in a4e1575 and ff66511