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:
parent
68f9e4db5e
commit
40e9b4088d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user