It's not possible for me to get the registration form active. When I press register I get a white filter over my form.
I tried to change the variables of z-index of the exposeMask but I can't fix it because I can't change the z-index of the form.
I checked the view when I set the "exposeMask" to 1 I can see the box. When I check the code how the form is generated and I see an outcome with the following code.
<div id="LoginWithAjax_Footer">
<div id="LoginWithAjax_Register" class="default" style="position: fixed; z-index: 2; top 87px; left: 440px; display: block;">
*etc*
My question is where is the z-index of the above "default" class generated? I can't find it in the css.
Or does some else have an other solution for this problem?