Closed SoonDead closed 10 years ago
Also if you resize your browser to toggle the 600px breakpoint, the position of the "posts: XX" counter also becomes buggy.
Odd. Must have happened in one of the last few commits.
I'll look into it.
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.
Fixed in a4e1575 and ff66511
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.