question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add scrollbar to the left-side section homepage

See original GitHub issue

Description

Both refined and normal github hide content on the side bar by default. It’s a pain because I have to zoom in an out to see more of my recent activity and teams.

A simple scroll css property on the sidebar seems like a good fix:

...{
	overflow:auto
}

Screenshot

Normal(100% zoom) screen image

Zoomed(50%) out screen image

As you can see, there’s other content that gets hidden

Example URLs

https://github.com/

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
Ngoakor12commented, Oct 23, 2022

I’m talking about the left side section not on the site in general. My bad for not including a more focused screenshot. image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scroll inside of a fixed sidebar - css - Stack Overflow
How can I make that content scrollable while still allowing the right side to be scrollable? I think a simple overflow-y: scroll; would...
Read more >
Add position Scroll Bar On The Left Side In A Div Element css ...
scrollbarleftside #divoverflowAdd scrollbar position on the left side of the div using cascading style sheet css rtl direction.
Read more >
Position Vertical Scrollbars on Opposite Side with CSS
The trick here is to have the scrolling parent element use direction: rtl (or the opposite of whatever your primary direction is), and...
Read more >
How to Change the Position of Scrollbar using CSS
We can use the CSS “::-webkit-scrollbar” property which is responsible for changing the shape, color, size, shade, shadow, etc. of the scroll ......
Read more >
How to move scrollbar in sidebar to the left side? : r/FirefoxCSS
I am using the sidebery extension, and would like to move the native scrollbar to the left side instead of the default right....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found