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.