If I imagine this situation correctly, then you need to make the dropdown menu higher in z-context than its surroundings. To achieve this, I would try making the dropdown menu itself position: absolute and with a higher z-index. You also need to make a z-index for the container so that the contexts work correctly.
If I have misunderstood your problem, please attach the code for your layout.