.graffitithumblist-outer {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

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

.graffitithumblist-label {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}