The way I would troubleshoot it is using browser tools try to find out the CSS z-index of the item that obscures the other item.
The general solution is to give the one you don't want on top a lower z-index and the one you do want on top a higher z-index give it a lower z-index or give something that you want on top a higher z-index
Hope that helps,
Joe