.ibz-resource-allocation-area {
  position: absolute;
  display: block;
  left: 200px;
  top: 72px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: transparent;
  z-index: 1;
}

.ibz-resource-allocation-area::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.ibz-resource-allocation-area::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.ibz-resource-allocation-area::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: var(--app-scroll-bar-color);
}