Fix hidden login modal on mobile?

This issue will be fixed in the next update.

For temporary processing, please use the below CSS code

Customize -> Additional CSS

/* MODAL LOGIN/SIGNUP/FORGOT MOBILE	 */
	div[data-ncmaz-modal-name="ncmaz-modal-form-sign-in"] .min-h-screen.px-4.text-center, div[data-ncmaz-modal-name="ncmaz-modal-form-sign-up"] .min-h-screen.px-4.text-center,  div[data-ncmaz-modal-name="ncmaz-modal-form-forgot-password"] .min-h-screen.px-4.text-center {
		display:flex;
		align-items: center;
		justify-content:center;
	}

Last updated