Browse Source

Make page unscrollable when confirm modal is shown

Or we could scroll until the component is ... hidden
due to virtual-scrolling, and the modal disappears!
Tusooa Zhu 2 years ago
parent
commit
91c4a57fe5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/confirm_modal/confirm_modal.vue

+ 1 - 0
src/components/confirm_modal/confirm_modal.vue

@@ -1,5 +1,6 @@
 <template>
   <dialog-modal
+    v-body-scroll-lock="true"
     class="confirm-modal"
     :on-cancel="onCancel"
   >