This issue seems to be related to the lack of scroll functionality in certain parts of the Phoenix UI, which has been reported in various contexts before. For example, similar issues have been noted with dropdowns and lists not being scrollable when they exceed the window height, as seen in <https://github.com/Arize-ai/phoenix/issues/2526|this issue> and <https://github.com/Arize-ai/phoenix/issues/6090|this issue>. The workaround of zooming out is a temporary solution, but a more permanent fix would involve adjusting the CSS to handle overflow properly.
Would you like more details on how to potentially address this issue with a CSS modification?
Sources:
- <https://github.com/Arize-ai/phoenix/issues/2526|https://github.com/Arize-ai/phoenix/issues/2526>
- <https://github.com/Arize-ai/phoenix/issues/6090|this issue>