浏览代码

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 年之前
父节点
当前提交
91c4a57fe5
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"
   >