Merge remote-tracking branch 'origin/main-dev' into main-demo

This commit is contained in:
2025-12-20 16:52:42 +05:30
7 changed files with 132 additions and 191 deletions

View File

@@ -12,6 +12,12 @@
left: 0;
pointer-events: none;
// Utility class to disable transitions during drag/resize
.no-transition,
.no-transition * {
transition: none !important;
}
*> {
pointer-events: auto;
}