Fix: Misaligned .csv download button, + button#10357
Merged
klakhov merged 30 commits intocvat-ai:developfrom Mar 27, 2026
Merged
Fix: Misaligned .csv download button, + button#10357klakhov merged 30 commits intocvat-ai:developfrom
.csv download button, + button#10357klakhov merged 30 commits intocvat-ai:developfrom
Conversation
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.
2 tasks
.csv download button, + button
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
klakhov
approved these changes
Mar 27, 2026
Contributor
klakhov
left a comment
There was a problem hiding this comment.
Thanks for contribution!
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix: Tasks page top bar
+button misaligned with task listCloses
Closes #10324
Problem
When scrollbar is visible, the list is shifted and not aligned with top bar:

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

Fix
Using the
scrollbar-gutter: stable;we reserve space for a scrollbar in a scrollable container, preventing layout shifts when the scrollbar appears or disappearsAlso updated global
dimensionsvariable on smaller screens so everything would fit