Closed
Bug 693416
Opened 13 years ago
Closed 13 years ago
Modals Should Be Absolutely Positioned
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.2.8
People
(Reporter: gkoberger, Assigned: spasovski)
References
Details
The modals (in media/js/zamboni/global.js) are currently fixed positioned (meaning they don't move when someone scrolls), and are centered on the page.
Our modals have become much more dynamic recently, which is resulting in odd positioning. Additionally, sometimes they get so long that they go off the bottom of the screen and there's no way to see the bottom.
So, we need our modals to be positioned absolutely (so when the page is scrolled, the modal scrolls with it), and positioned 2ems or so from the top of the screen (so, $(window).scrollTop() + 2em) rather than centered vertically.
If you need examples, let me know and I can quickly demonstrate.
Updated•13 years ago
|
Assignee: nobody → dspasovski
Updated•13 years ago
|
Target Milestone: 6.2.7 → 6.2.8
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•