I found this problem also (not one based on WordPress, though). The cause of the problem in my case was the following CSS code:
* {
box-sizing: border-box;
}
removing that code solved the problem for me with Pikachoose. We’ll see if it causes more problems.