claudioc / jingo

Node.js based Wiki
MIT License
1.02k stars 184 forks source link

modal-backdrop obscures content #57

Closed raisch closed 9 years ago

raisch commented 9 years ago

Clicking on any modal popup shows the modal-backdrop at z-index: 1040 while the rest of the site appears to be z-index: 0.

claudioc commented 9 years ago

Oh god... once you touch a z-index (fixes a previous bug), you cannot foresee all the consequences :)

Thank you for reporting this: as a bonus, I improved accessibility and design of the modals.

Fixed in 1.2.6

claudioc commented 9 years ago

(I had to temporarily (?) remove the backdrop altogether to fix this quickly)

raisch commented 9 years ago

Yeah,

For my own use, I just

.modal-backdrop {
    z-index: -1 !important;
}

as a quick fix.

/rr

Rob Raisch, Internet Handyman

On Nov 4, 2014, at 3:35, Claudio Cicali notifications@github.com wrote:

(I had to temporarily (?) remove the backdrop altogether to fix this quickly)

— Reply to this email directly or view it on GitHub.