MyBB Community Forums

Full Version: modal-blocker background covering login section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any idea how to fix this? It prevents users from clicking on the log-in menu, I think it's because the background modal-block z-index is higher than the log-in box, just dont know where I'd go to edit this.

http://i.imgur.com/GkiJK2V.png
Open global.css

at the bottom, add

.jquery-modal.blocker {
z-index: 2 !important;
}