From 3acd952fc2fdb269c1653f60e90f67a3fd46135d Mon Sep 17 00:00:00 2001 From: moririn2528 Date: Mon, 28 Aug 2023 18:17:39 +0900 Subject: [PATCH] minor fix --- .../ts/components/PreferentialTrials.tsx | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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={[]} + /> +