Fix touch events on locked elements.

This commit is contained in:
2018-03-26 01:16:56 +02:00
parent 9b2082ebc3
commit e30504177e
2 changed files with 24 additions and 0 deletions

View File

@@ -125,6 +125,16 @@
touch-action: none;
}
.divCard .divOverlayTouchable {
opacity: 0;
background-color: rgb(255,255,0);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.divCard .divResize {
opacity: 0;
background-color: rgb(255,0,255);
@@ -243,6 +253,16 @@
touch-action: none;
}
.divRegion .divOverlayTouchable {
opacity: 0;
background-color: rgb(255,255,0);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.divRegion .divResize {
opacity: 0;
background-color: rgb(255,0,255);