.navTree {
  position: absolute;
  right: 5px;
  top: 5px;
}
nav.navTree .drawer {
  left: auto;
  right: 0;
  transform: translateX(+100%);
}