getgrav / grav-theme-deliver

Grav Deliver Theme
https://getgrav.org
MIT License
30 stars 14 forks source link

Portfolio - Scrolls body and not modal. #3

Closed Vivalldi closed 9 years ago

Vivalldi commented 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.

hexplor commented 9 years ago

Thanks. I'm going to check that and eventually release a fix.

hexplor commented 9 years ago

Open _template.css_ from _css-compiled_ dir and add:

.modal {
  overflow-y: scroll !important;
}

Let me know if that fixes the issue.