Closed
Bug 585676
Opened 14 years ago
Closed 14 years ago
left side of content ends up outside of viewport on zoom
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: deb, Unassigned)
References
()
Details
For whatever reason when zooming on StephenFry.com the left edge of content ends up outside the Firefox viewport when zoomed in, and the scrollbar doesn't extend such that I am able to scroll left. Other sites behave normally, with the left hand content always staying in frame.
Comment 1•14 years ago
|
||
This happens because the site uses a stupid way of "centering" the content which is just broken at narrow window widths. It puts it all in a div with these styles:
width: 960px;
position: absolute;
left: 50%;
margin-left-value: -480px;
Any time the window width is less than 960px (and zooming changes the size of a "px" in this context), the content will stick out the left side of the window.
The lack of ability to scroll to content overflowing to the left is bug 6976.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•