-
-
Notifications
You must be signed in to change notification settings - Fork 347
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
Add scrollbars to metadata tab #2759
Add scrollbars to metadata tab #2759
Conversation
Code looks good and works well. I thought there was a consensus that horizontal scrolling is bad, but I was able to find few references to it other than this, and several contradicting it, so I guess that's fine, too: |
I think it's not optimal, but I don't see good alternatives here.
is not unusual. And we already have a big area with horizontal scrolling > the modlist. |
Yeah, I gave up when I got to "users have to move their viewport in two dimensions, which makes it hard to cover the entire space" on that page. Covering the entire space is not a consideration. Users will see the labels and the start of the content, and in most cases they won't scroll at all. |
https://forum.kerbalspaceprogram.com/index.php?/topic/184383-spacedock-isnt-working/ |
Our status page looks quite... disturbing right now.
errors that come and go for some time now @HebaruSan? |
I have no idea. I tried the same thing with the same results. |
Problem
The metadata is the only tab of the mod info panel that doesn't display scrollbars if its content is to big.
On low-res / small monitors or if you don't want to shrink your modlist / upper mod info panel some mod infos may be out of screen.
Solution
Make the tab scrollable, horizontally and vertically.
This also fixes the problem that links are mostly unreadable. Now they are all oneliners and if they are longer than the panel is wide, a scrollbar appears.