fix: fixed boards scroll

This commit is contained in:
2025-08-20 23:56:27 +04:00
parent e3acf3aa89
commit d5b6e28311
3 changed files with 21 additions and 20 deletions

View File

@ -36,6 +36,7 @@ const Header = () => {
data={projects}
value={selectedProject}
onChange={value => value && setSelectedProject(value)}
style={{ minWidth: 200 }}
/>
</Flex>
</Flex>