Sometimes, the functionality of Bookly Customer Cabinet (Add-on) and Bookly Staff Cabinet (Add-on) can be affected by the WordPress theme, causing pop-up windows to become inaccessible.
To resolve this issue, you can add the following CSS code in WordPress admin view > Appearance > Customize > Additional CSS:
.modal-backdrop {
z-index: auto! important;
}