Fixed collision padding for calendar events

This commit is contained in:
Alexis
2025-04-25 14:15:20 +02:00
parent 43dd12782b
commit fa872e6914
2 changed files with 17 additions and 3 deletions

1
models/Popover.ts Normal file
View File

@@ -0,0 +1 @@
export type CollisionPadding = Partial<Record<"top" | "right" | "bottom" | "left", number>>