Commit fb15ac0e0090e70c3247927fdfd4ec781bf8b480
1 parent
8031f0c7
modal style
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
blocks/modal.php
... | ... | @@ -105,7 +105,7 @@ |
105 | 105 | <div class="overlay-new"></div> |
106 | 106 | </div> |
107 | 107 | |
108 | - <div id="success-modal" class="success_" style="opacity: 0;display: none;top: 50%;"> | |
108 | + <div id="success-modal" class="success_" style="top:0!important;opacity: 0;display: none;"> | |
109 | 109 | <div class="forms_wr_"> |
110 | 110 | <div class="modal-header"> |
111 | 111 | <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> | ... | ... |