Login form in the cloud has different behaviour compared to local deployments

0
I am finding myself with the following issue when i deploy my application to the cloud suddenly the modal-body mx-dialog-body on the login page has a height defined on the element style. Locally it does not have this style. Does anyone else recognize this issue and why is the login form styled differently locally from the cloud? <div class="modal-body mx-dialog-body" style="height: 576px;"> compared to <div class="modal-body mx-dialog-body">
asked
0 answers