npm update, mobile scroll fix, zone editor object refactor work, removed redundant div

This commit is contained in:
2024-10-18 00:20:30 +02:00
parent 774871510e
commit aff32c33c7
6 changed files with 54 additions and 14 deletions

View File

@ -1,8 +1,6 @@
<template>
<div class="overflow-hidden">
<Notifications />
<component :is="currentScreen" />
</div>
<Notifications />
<component :is="currentScreen" />
</template>
<script setup lang="ts">