fix ios pressure helper and android click handler

This commit is contained in:
xmcp
2019-05-24 14:41:17 +08:00
parent 978d688f3f
commit dc8cf97384
5 changed files with 17 additions and 30 deletions

View File

@@ -10,6 +10,10 @@
visibility: hidden;
}
.pressure-no-select * {
user-select: none !important;
}
.pressure-box-fired {
border-color: orangered;
pointer-events: initial !important;