diff --git a/src/components/app.scss b/src/components/app.scss index 74c3f7b..501a82e 100644 --- a/src/components/app.scss +++ b/src/components/app.scss @@ -63,8 +63,11 @@ display: flex; flex: 1; margin: 10px; + height: 100%; .left { + overflow: hidden; + display: flex; flex-direction: column; justify-content: space-between; diff --git a/src/components/graph.tsx b/src/components/graph.tsx index 4ef256e..680428b 100644 --- a/src/components/graph.tsx +++ b/src/components/graph.tsx @@ -764,8 +764,8 @@ export const Graph = (props: Props) => { return (
diff --git a/src/components/toolbar.scss b/src/components/toolbar.scss index 282f420..632be8a 100644 --- a/src/components/toolbar.scss +++ b/src/components/toolbar.scss @@ -6,6 +6,7 @@ border-radius: 3px; background-color: #dddddd7f; justify-content: space-between; + gap: 10px; button { width: 32px;