Topic-icon Popup Login too tall

Support Specialist
9 years 7 months ago #47059 by alzander
Replied by alzander on topic Popup Login too tall
Your compressed template has the following line:
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
The "bottom:0;" is what's causing the problem as it's anchoring the modal to the bottom of the page. Other settings in the SCLogin module are making it centered. The combination of the two is that it's a centered modal that goes all the way to the bottom of the screen.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago #47286 by norfolkandway
Replied by norfolkandway on topic Popup Login too tall
Thank you
Sorry I took so long to answer
Much appreciated
The topic has been locked.
Support Specialist
9 years 7 months ago #47294 by alzander
Replied by alzander on topic Popup Login too tall
No problem for the delay. I'm just happy to hear that it sounds like the fix worked.

If you run into anything else or have any other questions, just let me know.

Finally, if you haven't already, please consider leaving a rating and review for SCLogin, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/access-...authentication/24054

Thanks,
Alex
The topic has been locked.