zone based assets added and 3d widgets dnd updated

This commit is contained in:
2025-04-08 18:14:59 +05:30
parent daa507e464
commit d76d09019e
12 changed files with 493 additions and 282 deletions

View File

@@ -21,3 +21,7 @@
box-shadow: var(--box-shadow-light);
}
}
.pointer-none{
pointer-events: none;
}