add touch-action css on slider to fix chrome warning

fix #12595
This commit is contained in:
zombiej 2018-10-15 23:58:42 +08:00
parent 4d42f75a59
commit 4557d1daa5

View File

@ -10,6 +10,7 @@
padding: 4px 0;
height: 12px;
cursor: pointer;
touch-action: none;
.vertical();