• Sometimes the black screen overlay will not close after the cart is closed and the only way to remove it is to refresh the page.

    How can this be fixed?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter agod

    (@agod)

    Looking at this further I noticed that when the add to cart button is clicked two screen overlays open with the cart. When the cart is closed only one screen will close leaving the second screen overlay with no way to close it.

    I am on a tablet it only happens when the viewport is 768.

    • This reply was modified 3 years, 9 months ago by agod.
    Thread Starter agod

    (@agod)

    Another plugin was causing a css conflict. So I added the following:

    .drawer-open .mobile-overlay{
    visibility:hidden!important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Screen Overlay’ is closed to new replies.