body {
  background: scroll;
  background-color: white;
}

header {
  border-bottom: 1px solid black;
}

#full-wrapper {
  position: relative;
  left: 0;
}

#canvas-stack {
  position: absolute;
  left: 0;
}

.canvas {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: stroke;
  background-color: transparent;
}

#layers-toolbar {
  position: fixed;
  top: 64px;
  right: 14px;
  height: auto;
  width: 60px;
  border: 1px solid black;
  z-index: 1000;
}

#layer-select {
  height: auto;
  position: relative;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid red;
  align-items: center;
  justify-content: center;
}

.layer-select-button {
  width: 20px;
  height: 20px;
  border: 1px solid black;
  color: white;
  transition-duration: 0.4s;
  cursor: pointer;
}