Horizontal scrollbars on code view are off the screen #5441
Replies: 7 comments 4 replies
-
|
Another option is to enable the code view to fill the width of the screen rather than be constrained to only a sub section in the middle of the page |
Beta Was this translation helpful? Give feedback.
-
|
Just a note to say that we're looking into this - will get back |
Beta Was this translation helpful? Give feedback.
-
|
Hi @simonsabin! Thanks for letting us know about this issue. We did some initial development to try to solve for it and unfortunately ran into some caching issues that need to be taken care of first before we can continue development on this. So for now we're going to have to wait to fix it with an undetermined fix date, but we'll be sure to keep you posted should that change. Thanks for your understanding! |
Beta Was this translation helpful? Give feedback.
-
|
@shmeadyy Despite it's not any popular (or even known), I use wide indenting in my codes which for me, makes them so very much easy to follow. I have ultra wide (21:9) monitors and I currently use the Wide GitHub Chrome extension. So I am OK but had this been a native option (like dark mode) it would be very easy to tell people to switch on the wide mode for proper display when I share a link to my repo. However still it would be nice if you could implement horizontal scroll of the code by clicked (pressed) scroll wheel for instance. |
Beta Was this translation helpful? Give feedback.
-
|
there was a lengthy discussion with this in the past, it's just being mobile-first actually GitHub UI improved a lot when it comes to changing the size of the window opened, it's being responsive, well it's not only that wide space, even Twitter does the same thing and the message tab is actually dangling there at the bottom as if that does not belong to the group for ultrawide monitors, of course even videos in a 49" computer monitor will not be fully consuming the entire screen, we all know that it's either setting the monitor to be divided or manually resizing to maximize the screen accommodating many windows |
Beta Was this translation helpful? Give feedback.
-
|
Just adding a note here to capture some discussions on Slack. Unfortunately we tried to improve this experience back in February, but found that it was much more complicated than we expected due to various accessibility concerns, mostly with wrapping code in code blocks, which was the option above that we explored the most fully. I hope to be able to revisit this at some point, but regret at this point we have no further updates. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Love github but something that is always frustrating is that when you have code that is wide and longer than a page the horizontal scroll bars are off the screen. To use them one has to use the main page vertical scroll bar to find the horizontal scroll bar, scroll and then scroll back using the page vertical scroll.
This doesn't work on so many points
I'd like one of two things,
Beta Was this translation helpful? Give feedback.
All reactions