Code: ```ts <TextEditor style={{ height: "100%" }} value={logs} readonly /> ``` Result: <img width="1792" alt="image" src="https://github.com/xhd2015/coverage-visualizer/assets/14964938/a91ad459-84d6-45a3-bdba-4f598d88a8ca"> Workaround: ```ts <TextEditor style={{ height: "400px" }} value={logs} readonly /> ``` <img width="1792" alt="image" src="https://github.com/xhd2015/coverage-visualizer/assets/14964938/3b8e58aa-5b47-4198-a555-252454de72ae">