diff --git a/optuna_dashboard/ts/components/PreferentialTrials.tsx b/optuna_dashboard/ts/components/PreferentialTrials.tsx index b629bc4a..27219a56 100644 --- a/optuna_dashboard/ts/components/PreferentialTrials.tsx +++ b/optuna_dashboard/ts/components/PreferentialTrials.tsx @@ -135,16 +135,25 @@ const PreferentialTrial: FC<{ width: "80%", maxHeight: "90%", margin: "auto", + overflow: "hidden", backgroundColor: theme.palette.mode === "dark" ? "black" : "white", borderRadius: theme.spacing(3), }} > - true} - directions={[]} - objectiveNames={[]} - /> + + true} + directions={[]} + objectiveNames={[]} + /> +