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.