CSS alert fixes for the internet explorer

This commit is contained in:
Ralf Teusner
2017-03-15 11:51:09 +01:00
parent c37f675893
commit fce6bb3410

View File

@ -15,5 +15,10 @@
.clickthrough { .clickthrough {
pointer-events: none; pointer-events: none;
/* fixes for IE */
background:white;
opacity:0;
filter:Alpha(opacity=0);
} }