I am trying to embed a wufoo form into the content area modal. I have tried using the code:
@media screen and (max-width: 980px){
.x-modal.x-active {
max-height: 90vh;
overflow-y: scroll!important;
}
}
This works like a charm on the back end but is not working on the front end of site. I have tried caching and that did not work.
Thank you for your help.