millertime-homework / Emergency-Response

Emergency Response Game
0 stars 2 forks source link

"About Game" button on main menu fails #40

Closed moralismercatus closed 11 years ago

moralismercatus commented 11 years ago

It seems to be appearing behind the menu rather than in front.

millertime-homework commented 11 years ago

This bug was introduced a while ago and I'm not sure why it's doing this. I think we can modify a z-index in css but I'd have to tinker with it.

millertime-homework commented 11 years ago

It was trying to use our displayModal() function to show it, which has the same z-index as the main menu.

Created a custom div for the about box, and some custom click events to show and hide it. Plus a cool blue button.