Calendar: add drag ghost element + grabbing cursor; BookingDetail: add Relocate room for checked_in guests

This commit is contained in:
2026-03-21 00:37:26 +03:00
parent 75d7d6aa08
commit 3e4a2a3cd2
3 changed files with 93 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
@layer components {
.booking-block {
@apply absolute inset-y-1 rounded-md text-white text-xs font-medium
flex items-center px-2 overflow-hidden cursor-pointer
flex items-center px-2 overflow-hidden cursor-grab
select-none transition-all duration-100 hover:brightness-110;
}