Cards: Fix IE Touch events

This commit is contained in:
2015-07-02 18:03:12 +02:00
parent b2c52b0b55
commit f872c49c73

View File

@@ -34,6 +34,8 @@
left: 0;
right: 0;
height:30px;
-ms-touch-action: none;
touch-action: none;
}
.divToolbox .btnToolbox{
@@ -87,6 +89,8 @@
bottom: 0;
left: 0;
right: 0;
-ms-touch-action: none;
touch-action: none;
}
.divCard .btnCard{