html,body{height:100%;margin:0;padding:0}body{background:var(--cds-background);color:var(--cds-text-primary)}.cds--content{min-height:calc(100vh - 3rem);overflow-x:auto}.chart-holder{width:100%;height:100%;display:block;position:relative}.kanban-board{flex-wrap:nowrap;align-items:flex-start;gap:1rem;width:100%;padding:1rem;display:flex;overflow-x:auto}.kanban-column{flex-direction:column;flex:0 0 280px;max-height:calc(100vh - 8rem);display:flex}.kanban-column-content{flex:1;overflow-y:auto}.issue-card{cursor:grab}.issue-card:active{cursor:grabbing}
