Closed Vivalldi closed 9 years ago
When the modal is activated/opened the body continues to scroll with the mouse scroll but the modal stays still. Some screens are unable to see the entire modal and are also unable to scroll to see the rest of the modal.
Thanks. I'm going to check that and eventually release a fix.
Open _template.css_ from _css-compiled_ dir and add:
.modal { overflow-y: scroll !important; }
Let me know if that fixes the issue.
When the modal is activated/opened the body continues to scroll with the mouse scroll but the modal stays still. Some screens are unable to see the entire modal and are also unable to scroll to see the rest of the modal.