.wrapper {
  position: relative;
  height: 100px;
  margin: 10px;
}

.button {
  padding: 10px;
}

.element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: $color05;
}
