Fix touch events on locked elements.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user