Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal Scrolling issue when window is resized. #8928

Closed
2 tasks done
rahulharpal1603 opened this issue Jan 10, 2025 · 7 comments
Closed
2 tasks done

Horizontal Scrolling issue when window is resized. #8928

rahulharpal1603 opened this issue Jan 10, 2025 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@rahulharpal1603
Copy link

Actions before raising this issue

  • I searched the existing issues and did not find anything similar.
  • I read/searched the docs

Steps to Reproduce

Video:

2025-01-11.00-19-18.mp4
  1. Open any page where navbar is there
  2. Resize the window
  3. As you gradually make it smaller, the content from the rightmost part of the page is not visible until we scroll

Expected Behavior

Expected behaviour should be that all the content should be visible regardless of the window size.

Possible Solution

To solve this we have to modify the media queries and all the related CSS properties to handle this effectively. Also, as mentioned in the video, the card that displays information about a task is not responsive. We have to change that too.

Context

No response

Environment

-OS: Windows (WSL Environement)
-Browser: Chrome
@rahulharpal1603 rahulharpal1603 added the bug Something isn't working label Jan 10, 2025
@rahulharpal1603
Copy link
Author

@zhiltsov-max I would like to work on this issue. Can you please assign it?

@zhiltsov-max
Copy link
Contributor

Hi, probably we have some minimal required display size in CVAT.

@rahulharpal1603
Copy link
Author

Hi, probably we have some minimal required display size in CVAT.

Oh, I think I might have missed it. If possible , can you share the documentation link which may have this defined?

@zhiltsov-max
Copy link
Contributor

@klakhov

@rahulharpal1603
Copy link
Author

rahulharpal1603 commented Jan 10, 2025

@klakhov

Till then, can I work on this?: #8874

@klakhov
Copy link
Contributor

klakhov commented Jan 13, 2025

Well, yes we have some minimal width of 1024px its not mentioned in docs, but its set in scss here. You may work on this, but how do you plan to solve the problem?
From my perspective to solve this problem we need to add lots of different layouts for different components

@rahulharpal1603
Copy link
Author

Well, yes we have some minimal width of 1024px its not mentioned in docs, but its set in scss here. You may work on this, but how do you plan to solve the problem? From my perspective to solve this problem we need to add lots of different layouts for different components

Yes, making it responsive would require a lot of changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants