Skip to content

Commit 3a99664

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
fix: GenAI Client(evals): Long traces do not scroll
PiperOrigin-RevId: 830994752
1 parent 6958e17 commit 3a99664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/_genai/_evals_visualization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _get_evaluation_html(eval_result_json: str) -> str:
163163
background-color: #F8F9FA;
164164
border: 1px solid #dadce0;
165165
border-radius: 4px;
166-
overflow: hidden;
166+
overflow: auto;
167167
margin: 0;
168168
}}
169169
.trace-event-row {{

0 commit comments

Comments
 (0)