Hey everyone, I'm having some trouble with the fancybox modals on this website: . The modals seem to be acting up - sometimes scrollbars show up, but you can't scroll using the mousewheel or trackpad. I've tried tinkering with the fancybox js and css files, but unfortunately, my attempts have been unsuccessful.
Currently, in my CSS, I have the following code:
.fancybox-inner .event-area .event .col-md-12 {
height:400px;
overflow-y: scroll;
}
I believe this is the correct selector, but I could be wrong. If anyone has any insights or suggestions, please share them with me. I've been troubleshooting this for days and would really appreciate some help!
Thank you!