Fixed modals not appearing on top

This commit is contained in:
thepaperpilot 2021-06-12 00:41:25 -05:00
parent 7778fc0a6d
commit 8e5c1b457d
5 changed files with 47 additions and 26 deletions

View file

@ -3,6 +3,7 @@
<Nav />
<Tabs />
<TPS v-if="showTPS" />
<portal-target name="modal-root" multiple />
</div>
</template>