• Hello wordpress memebers,

    Since Chrome has a bug in elementor with the fixed background I use the below code to fix it. However the code below breaks the popup box. Any idea how I can make both work? ??

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .elementor .elementor-element {
            -webkit-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
        }
    }
  • The topic ‘Chrome: popup box not working’ is closed to new replies.