Add widgets page draggable/sortable items to -ms-touch-action rules for proper touch scrolling in IE 10 and 11.

git-svn-id: https://develop.svn.wordpress.org/trunk@26820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-09 02:56:39 +00:00
parent 68f9e4db5e
commit 40e9b4088d
1 changed files with 2 additions and 0 deletions

View File

@ -11221,6 +11221,8 @@ div#widgets-right .closed .widgets-sortables {
}
.meta-box-sortables.ui-sortable,
.widgets-holder-wrap .ui-draggable,
.widgets-holder-wrap .ui-sortable,
.menu.ui-sortable {
-ms-touch-action: auto;
touch-action: auto;