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

Large table values overflow at low screen width and cause horizontal scrolling #450

Open
MytsV opened this issue Aug 6, 2024 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@MytsV
Copy link
Contributor

MytsV commented Aug 6, 2024

Description

image
Apart from that, on some pages the width of <=1023px causes this scrolling issue regardless of value overflow
image

Steps to reproduce

  1. Visit any page and resize the window

Rucio WebUI Version

35.0.0

Additional Information

  • Chromium 123
@MytsV MytsV added the bug Something isn't working label Aug 6, 2024
@maany
Copy link
Member

maany commented Aug 9, 2024

Try now ;) @GooseNight worked on this and I recently merged her PR

@MytsV
Copy link
Contributor Author

MytsV commented Aug 9, 2024

Unfortunately this issue persists
image

@MytsV
Copy link
Contributor Author

MytsV commented Aug 12, 2024

image
The issue with horizontal scrolling seems to be caused by navigation bar and search bar

@MytsV
Copy link
Contributor Author

MytsV commented Aug 12, 2024

Seems like there are many details that are not well adapted for smaller screen widths. More investigation is required

@maany
Copy link
Member

maany commented Aug 13, 2024

Roger! The culprit for any such behavior is almost fixed-widths and fixed-heights in the css, almost all the time. We should use as much of flex classes as possible.

@maany maany added this to the 36.0.0 milestone Aug 13, 2024
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

2 participants