Overlay extends beyond right side of the browser windon in Firefox on OS X (Safari, Chrome are ok)
Firebug shows this CSS for the overlay container div
#overlay {
display: block;
margin: 0 auto;
max-width: 80rem;
min-height: 100px;
padding: 2em 40px;
position: relative;
width: 100%;
}
removing that last width: 100% fixes things but I'm not sure if that is all there is to it.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
overlay-too-wide-firefox.png | 42.48 KB | Ignored: Check issue status. | None | None |