Jomsocial template wrong z-index for notification icons

GK User
Mon Jan 09, 2012 9:22 am
I realized that the notification icons in the jomsocial template have a wrong z-index.
The z-index is 9999 and that couses errors with the gk menu, if you in jomsocial.

its in the file style.css
Code: Select all
#jsMenu .jsMenuIcon {display: block;left:22px;position:relative;top:4px;height:29px;float:left;z-index:9999


I changed it to
Code: Select all
#jsMenu .jsMenuIcon {display: block;left:22px;position:relative;top:4px;height:29px;float:left;z-index:1


Now menu is above a icon.
User avatar
Senior Boarder

teitbite
Mon Jan 09, 2012 5:58 pm
Hi

Thanks for this information. I'll let programmers know.
User avatar
Moderator


cron