But when I click 'here' to open the piece table, the table opens under the board anyway, and the word I was just clicking jumps away from under my mouse with it. And when I seek it out again, and click a second time to see the legend, it jumps back!
I got it to do that by narrowing the width of the window. The width of the second column depends upon the width of its content, and as its content varies, its width varies. So, at a certain viewport width, it will alternate between being able to fit the available space or being too wide to fit the available space. Ideally, it should set itself to the width of the widest item that will appear in the second column.
I got it to do that by narrowing the width of the window. The width of the second column depends upon the width of its content, and as its content varies, its width varies. So, at a certain viewport width, it will alternate between being able to fit the available space or being too wide to fit the available space. Ideally, it should set itself to the width of the widest item that will appear in the second column.