#kleurSelector {
  position: absolute;
  top: 5vh;
  right: 5vh;
  bottom: 5vh;
  width: 25vw;
  padding: 2.5vh;
  border-radius: 3vh;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#kleurSelector .kleurMenu {
  background-color: white;
  height: 45%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: space-between;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  border: 1px solid black;
  border-radius: 2vh;
  padding: 10px;
}
#kleurSelector .kleurMenu .colorSelect {
  border: 2px solid black;
  width: 5.5vw;
  height: 5vw;
  margin: 0.5vw;
}
#kleurSelector .scrollbaar::-webkit-scrollbar {
  display: none;
}

.shadow {
  display: none;
}

@media (max-aspect-ratio: 9/15) {
  #kleurSelector {
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    justify-content: space-between;
  }
  #kleurSelector .kleurMenu:nth-of-type(1) {
    border-radius: 0 0 0 2vh;
  }
  #kleurSelector .kleurMenu:nth-of-type(2) {
    border-radius: 2vh 0 0 0;
  }
  #kleurSelector .kleurMenu {
    padding: 0;
    display: block;
  }
  #kleurSelector .kleurMenu .colorSelect {
    width: 20vw;
    height: 20vw;
    margin: 2.5vw;
  }
  .shadowshell {
    display: block;
    position: absolute;
    z-index: 2;
    box-shadow: 0 -7px 10px black inset;
    pointer-events: none;
  }
  .shadowshell:nth-child(2) {
    top: 0;
    right: 0;
    width: 25vw;
    height: 45vh;
    border-radius: 0 0 0 2vh;
  }
  .shadowshell:nth-child(3) {
    bottom: 0;
    right: 0;
    width: 25vw;
    height: 45vh;
    border-radius: 2vh 0 0 0;
  }
}/*# sourceMappingURL=canvas.css.map */