body,html{
	height: 100%;
}
/*
#image-container::-webkit-scrollbar {
    width: 1px;
}*/

#image-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#image-container::-webkit-scrollbar-thumb {
    background: #888;
}
#image-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.resizer-top {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  cursor: e-resize;
}
.resizer-bottom {
  width: 100%;
  height: 5px;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: n-resize;
}

.resizer-left {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  left: -5px;
  top: 0;
  cursor: e-resize;
}

.resizer-right {
  width: 5px;
  height: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: e-resize;
}

.resizer-bottomright {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: nw-resize;
}

.resizer-bottomleft {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: nw-resize;
}

.resizer-topright {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  cursor: nw-resize;
}

.resizer-topleft {
  width: 5px;
  height: 5px;
  background: transparent;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  cursor: nw-resize;
}

.clickable {
  cursor: pointer;
}
