Skip to content

Fix: Misaligned .csv download button, + button#10357

Merged
klakhov merged 30 commits intocvat-ai:developfrom
prathamesh-patil-5090:fix-10324
Mar 27, 2026
Merged

Fix: Misaligned .csv download button, + button#10357
klakhov merged 30 commits intocvat-ai:developfrom
prathamesh-patil-5090:fix-10324

Conversation

@prathamesh-patil-5090
Copy link
Copy Markdown
Contributor

@prathamesh-patil-5090 prathamesh-patil-5090 commented Mar 11, 2026

Fix: Tasks page top bar + button misaligned with task list

Closes

Closes #10324

Problem

When scrollbar is visible, the list is shifted and not aligned with top bar:
image

Also, current large scrollbar is broken on smaller screen widths(<1000px):
image

Fix

Using the scrollbar-gutter: stable; we reserve space for a scrollbar in a scrollable container, preventing layout shifts when the scrollbar appears or disappears

Also updated global dimensions variable on smaller screens so everything would fit

prathamesh-patil-5090 and others added 24 commits November 23, 2025 15:36
Refactor not found components to use a common handleReturn function for navigation.
Remove console log for history length in TaskNotFoundComponent.
Added a new 'Return to Previous Page' button with smart fallback navigation.
Updated link for 'Return to Previous Page' button feature.
Updated the link for the 'Return to Previous Page' button in the changelog.
@klakhov klakhov changed the title Fix: Tasks page top bar + button misaligned with task list Fix: Misaligned .csv download button, + button Mar 20, 2026
@klakhov klakhov added the ui/ux label Mar 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown
Contributor

@klakhov klakhov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contribution!

@klakhov klakhov merged commit 5ae405a into cvat-ai:develop Mar 27, 2026
38 checks passed
rytisss pushed a commit to rytisss/cvat that referenced this pull request Apr 19, 2026
Fixed misaligned csv button, scrollbar shift

Co-authored-by: klakhov <kirill.9992@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Top bar is not aligned with main list on scroll

2 participants