View Single Post
Old 05-03-2016, 11:07 PM  
RazorSharpe
Confirmed User
 
RazorSharpe's Avatar
 
Industry Role:
Join Date: Aug 2001
Location: Scotland
Posts: 2,238
Quote:
Originally Posted by teg0 View Post
Code:
.dropdown-menu {z-index: 300; !important;}
I was able to see how it wasn't working on mobile. Tried the above in a mobile debugger and got it working. Just some weird z-index issue that you can fix with that adding that hax to your CSS. The default z-index for that class was 30. It might not need to be 300 to work.
Hi teg0, unfortunately changing z-index to 300 doesn't resolve the issue for me. You can see it updated in the original link.
__________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
RazorSharpe is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote