feat: project select in the boards row

This commit is contained in:
2025-08-19 18:11:17 +04:00
parent 179b89c786
commit de7e334453
4 changed files with 26 additions and 17 deletions

View File

@ -22,7 +22,7 @@ const StatusColumnWrapper = ({ renderHeader, children }: Props) => {
scrollbarSize={10}
type={"always"}
scrollbars={"y"}>
<Stack mah={"calc(100vh - 250px)"}>{children}</Stack>
<Stack mah={"calc(100vh - 220px)"}>{children}</Stack>
</ScrollArea>
</Stack>
</Box>