Make modal behavior consistent
This commit is contained in:
parent
3145a3c302
commit
e4c24d2669
2 changed files with 1 additions and 3 deletions
|
|
@ -9,8 +9,7 @@
|
|||
tabindex="-1"
|
||||
aria-labelledby="ModalComponentLabel"
|
||||
@keypress.enter="onEnter"
|
||||
aria-hidden="true"
|
||||
@click.self="closeModal">
|
||||
aria-hidden="true">
|
||||
<!--Close modal when clicking other than close button-->
|
||||
<div class="modal-dialog modal-dialog-centered">
|
||||
<div class="modal-content">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
:ref="modalName"
|
||||
:headerText="modalHeaderText"
|
||||
suppressPageScroll
|
||||
:staticBackdrop="true"
|
||||
:onModalClosedCallback="onModalClosed"
|
||||
:footerButtonText="modalButtonText"
|
||||
@footer-button-event="saveProgress">
|
||||
|
|
|
|||
Loading…
Reference in a new issue