
.button{
  position:fixed;
  bottom:0;
}
.arWrapper{
position:fixed;
top:35px;
right:10px;
width:fit-content;
z-index:5;
}
.blocker{
  width:100%;
  height:100%;
  position:fixed;
  z-index:2;
  top:0;
  right:0;
 }
.actionWrapper{
position:fixed;
top:85px;
right:10px;
width:fit-content;
z-index:5;
}