-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Useradministration grows over browserboundaries and creates vertical scrollbar #10287
Comments
cc @nextcloud/designers @newhinton Do you have a screenshot for what you are experiencing? |
It's better visible on the 4:3 Resolution. (The new bar on top of the descriptorrow does not alter this behavior) |
Exactly ... it is just a quite wide table with all the options enabled. We look into ways to improve it, but as of now this is the way it was planned. Let me close this for now, but we are aware of the experience here. cc @skjnldsv @jancborchardt because we talked about the user management recently as well. |
@MorrisJobke Would this be an improvement? I am currently in the process of understanding how the view works there, so i could try to implement this. I dont know if you already have other plans or ideas, but if you want i can take a shot at this, just say so ;) |
Please don't do for now. We are working on an RFC for updating the user management. Let's wait some more days here and look then into the big picture. |
Steps to reproduce
Create div with width=100%
Set margin/padding
See scrollbar
Expected behaviour
app-content container does not grow.
Actual behaviour
When using container like a div, which grows to take all the available space, the app-content container grows, and breaks out of the browsers boundaries. Content is "lost" because the user needs to scroll vertically on the page. The containersize should be fixed while the browserwindow is not resized.
This also affects existing columns, those are lost in the scrollbar.
This problem is especially noticable on an 4:3 Monitor with a low Resolution of 1240x1024. (But also happens on 1920x1080)
Nextcloud version:
The text was updated successfully, but these errors were encountered: