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!
This commit is contained in:
Tusooa Zhu 2022-04-09 23:11:19 -04:00 committed by FloatingGhost
parent d14316fd16
commit 91b4737196
1 changed files with 1 additions and 0 deletions

View File

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