BookingModal: move extra beds+tags to right col, payment to full-width bottom; Calendar: fix today booking left edge fill
This commit is contained in:
@@ -121,7 +121,7 @@ export function BookingCalendar({ rooms, bookings, slug, onBookingCreate, onBook
|
||||
if (rawColStart >= visibleDays || rawColEnd <= 0) return null
|
||||
|
||||
const INSET = Math.round(CELL_WIDTH / 3)
|
||||
const isClippedLeft = rawColStart < 0
|
||||
const isClippedLeft = rawColStart <= 0
|
||||
const isClippedRight = rawColEnd > visibleDays
|
||||
|
||||
const colStart = Math.max(0, rawColStart)
|
||||
|
||||
Reference in New Issue
Block a user