vue3-datepicker
vue3-datepicker copied to clipboard
Pop-up appearing out of page when the date picker button is at the right side of screen

As you can see, if the button is at the right side of screen, pop-out did not adjust itself to appear at a correct position.
Currently I can add this piece of scss to solve this, but could you plz make it detect position automatically? :
::v-deep() {
.v3dp__popout {
right: 0;
}
}
@icehaunter It be nice if you will add detect position automatically Have same issue