From b0f74dcc49338284ca51f08bc38653c75a24d948 Mon Sep 17 00:00:00 2001 From: Afshin Mehrabani Date: Sun, 12 Jun 2016 22:52:58 +0100 Subject: [PATCH] fix disable interaction issue with IE --- introjs.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/introjs.css b/introjs.css index d132e46da..d944184ef 100644 --- a/introjs.css +++ b/introjs.css @@ -39,6 +39,9 @@ tr.introjs-showElement > th { .introjs-disableInteraction { z-index: 99999999 !important; position: absolute; + background-color: white; + opacity: 0; + filter: alpha(opacity=0); } .introjs-relativePosition,