playing around with `react-chessboard` — in a regular React app, this code ``` import { Chessboard } from "react-chessboard"; <div style={{ width: "400px" }}> <Chessboard /> </div>; ``` produces <img src="https://github.com/githubnext/vitale/assets/56439/ea617376-d38b-4d80-904b-24aee4650fc1" width=400 /> but in `vitale` it produces <img src="https://github.com/githubnext/vitale/assets/56439/b5f72a44-dbca-4518-8db6-989495747c55" width=400 /> maybe something to do with how cell output frames are overlaid on the notebook?