March 28, 2013 at 16:58 /
Can you give me a link so I can see which style class is causing it?
You can try to higher the overlays z-index:
1 2 3 |
#easyFormOverlay { z-index: 1000; } |
in any .css file that’s loaded on the forms page.
Regards