ejnnr / web-chess

A web implementation of a chess database program like Scid.
MIT License
7 stars 4 forks source link

Board resizes when piece is dragged outside bound #35

Open ejnnr opened 8 years ago

ejnnr commented 8 years ago

When a piece is dragged below the bottom boundary of the chess board, it grows wider as the piece is moved further down.

This is no huge issue as it gets it old size as soon as the piece is dropped or moved back inside but it's a little bit annyoing.

This only seems to happen in Chromium, in Firefox it works as it should.