• Resolved jackiehall

    (@jackiehall)


    There was a conflict with the popup that appears on the screen when you click on the class name in the schedule and it was freezing on the site. I disable it with css using the following code:

    .table a{
    pointer-events: none;
    pointer-events: -webkit-none;
    pointer-events: -moz-none;
    pointer-events: -o-none;
    pointer-events: -ms-none;
    }
    a.btn{
    pointer-events: all !important;
    pointer-events: -webkit-all !important;
    pointer-events: -moz-all !important;
    pointer-events: -o-all !important;
    pointer-events: -ms-all !important;
    }

    https://www.ads-software.com/plugins/mz-mindbody-api/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Disabling the Modal Popup’ is closed to new replies.