I have this div and I have set its z-index : 99999, its working fine on firefox and safari, but when I ma testing it on chrome , the footer is not the top element,
What else should I do to make it topmost element
<div id="footer" style="z-index: 99999 !important; width: 100%; height: 65px; position: fixed; bottom: 0px; "> <div class="container"> <div class="footer-nav"> <ul> <li><a href="/team/">Team</a></li> </ul> <ul> <li>Jobs</li> </ul> <ul> <li><Twitter></li> </ul> </div> <hr> </div> </div>