2 lines
96 B
CSS
2 lines
96 B
CSS
#kanban { display: flex; flex-direction: column; height: calc(100vh - 120px); overflow: auto; }
|
#kanban { display: flex; flex-direction: column; height: calc(100vh - 120px); overflow: auto; }
|