summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/OrgChart.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/OrgChart.vue b/src/components/OrgChart.vue
index d9a6a6cf..ddc6c59a 100644
--- a/src/components/OrgChart.vue
+++ b/src/components/OrgChart.vue
@@ -163,6 +163,7 @@ export default {
.org-chart {
display: flex;
flex-direction: column;
+ height: 100%;
&__menu {
display: flex;
@@ -180,6 +181,11 @@ export default {
&__container {
display: flex;
background-color: var(--color-main-background);
+ height: 100%;
+
+ svg {
+ height: 100%;
+ }
}
::v-deep .node-button-div {