### Summary When the calendar is placed on the right side, it opens partially off-screen. ### Steps to Reproduce The calendar does not re-calculate position (using Floating UI) when it is open. I've had issues hooking into any of the `onInit` or `onShow` callbacks. ```html <div class="flex justify-end"> <div class="w-64"> <!-- Datepicker --> <input class="hs-datepicker py-3 px-4" type="text" placeholder="Select day" readonly="" data-hs-datepicker='{ "type": "multiple", "selectionDatesMode": "multiple-ranged", "displayMonthsCount": 2, "mode": "custom-select" }'> <!-- End Datepicker --> </div> </div> ```  ### Demo Link http://localhost ### Expected Behavior _No response_ ### Actual Behavior _No response_ ### Screenshots _No response_