Gary Gu
5 days ago e2a92db057ef2153f3e645e074f1e771987b2051
src/views/Home.vue
@@ -98,7 +98,7 @@
      >
      </div>
      <div class="chart-container" :style="sectionStyle">
        <Gantt />
        <Gantt :selected-id="selectedId" />
      </div>
    </div>
  </div>
@@ -803,9 +803,8 @@
    }
    .el-scrollbar__wrap {
      overflow: hidden;
      margin-bottom: 0px !important;
      margin-right: 0px !important;
      overflow-x: hidden;
      overflow-y: scroll;
    }
  }
</style>