I am using the following alert:
<div id="success-alert" style="display: none; color: darkgreen; text-align: center; top: 50%; z-index: 9999" class="alert alert-success alert-autohide" role="alert">
Some Message
</div>
When this is displayed, the alert initially shows in the center of the screen. However after scrolling it does not and stays out of view in the original place.
I am wondering how to ensure this is shown in the middle of the screen even after scrolling.
Thanks