Browser Scrollbar Disappears after closing Dialog Boxes
Summary:
Hello,
We have an application where we have a bunch of dialog boxes (oj-c-dialog). An example of one dialog:
<div id="sendEmailPopupWrapper">
<oj-c-dialog id="send-email-fee-dialog" drag-affordance="none" cancel-behavior="none" resize-behavior="none" dialog-title="Send Email" opened="{{ $variables.isSendEmailDialogBoxOpen }}">
<!—Dialog Code here—>
</oj-c-dialog>
</div>
We are dynamically closing and opening some of these dialog boxes in our action chains by setting their corresponding "opened" variables as true or false. However, we have noticed that if we open and close multiple dialog boxes in one action chain (like one where user can input some data and the other which just shows a "loading" popup once the user clicks on the Save button on the dialog), the vertical scrollbar on the browser disappears and the only option is to reload the page manually.