Merge public-gh/master into paperclip-company-import-export

This commit is contained in:
Dotta 2026-03-16 07:38:08 -05:00
commit 448fdaab96
28 changed files with 863 additions and 37 deletions

View file

@ -285,7 +285,7 @@ export function OrgChart() {
</div>
<div
ref={containerRef}
className="w-full h-[calc(100vh-7rem)] overflow-hidden relative bg-muted/20 border border-border rounded-lg"
className="w-full h-[calc(100dvh-6rem)] overflow-hidden relative bg-muted/20 border border-border rounded-lg"
style={{ cursor: dragging ? "grabbing" : "grab" }}
onMouseDown={handleMouseDown}
onMouseMove={handleMouseMove}