Quote:
Originally Posted by teg0
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.
|