Started working on zone editor and tile loading & selecting for it

This commit is contained in:
2024-06-08 14:29:34 +02:00
parent d0cd073b95
commit 0903bbfb19
3 changed files with 113 additions and 0 deletions

View File

@ -138,6 +138,8 @@ onUnmounted(() => {
}
.modal-body {
max-height: 80vh;
overflow: auto;
padding: 15px;
.submit {