.graffitilistgroup {
  overflow-y: auto;
  height: 100%;
}

.graffitilistgroup .badge {
  display: block;
  height: fit-content;
}

.graffitilistgroup-disabled {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,0.5);
  pointer-events: all;
}