department.css 150 B

123456
  1. .organizationTree {
  2. width: 100% !important;
  3. height: -webkit-calc(100vh - 130px);
  4. height: -moz-calc(100vh - 130px);
  5. height: calc(100vh - 130px);
  6. }