.draggable-bar {
  width: 1000px;
  height: 100px;
  background-color: darkgray;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  z-index: 100;
  user-select: none;
}
