revert changes to render modal into portal

This commit is contained in:
taehoon 2019-10-18 12:22:12 -04:00
parent d69b8794b0
commit 95ad5ccaf1
2 changed files with 9 additions and 14 deletions

View file

@ -120,10 +120,7 @@
<MobilePostStatusButton />
<UserReportingModal />
<PostStatusModal />
<portal-target
name="modal"
multiple
/>
<portal-target name="modal" />
</div>
</template>

View file

@ -1,5 +1,4 @@
<template>
<portal to="modal">
<div
v-show="isOpen"
v-body-scroll-lock="isOpen"
@ -8,7 +7,6 @@
>
<slot />
</div>
</portal>
</template>
<script src="./modal.js"></script>