What exactly is that correcting though? I thought it was going to fix the problem of the dropdowns not displaying over the top of relatively position block elements, but I tried it and it didn’t correct that problem.
Using the above code but change the z-index to say 500 so it is guaranteed to be above everything else on your page, works. A z-index of 1 places it below everything else on the page.