Webix Pivot issues with SkinBuilder

If I use this skin http://webix.com/skin-builder/768cc859 I get issues with the pivot configuration’s drag and drop. I’ll try to drop a column into any of the 4 boxes and it takes several tries to get it to stick. Its a very noticeable difference compared to just the samples.

Also it looks like the skin builder is using version 4.0 instead of the latest version - not sure if this has something to do with it either.

Hello,

we can not reproduce the problem locally. We have downloaded the “flat”-based skin libraries and applied them in a Pivot demo. Drag-n-drop correctly works for lists in Pivot popup.

Could you provide more details on the issue ?

We have found a problem with material skin. Please add the following css:

.webix_drag_zone {
  pointer-events: none;
}

We will update the libs in Skin Builder