Add scrollbar to the left-side section homepage
See original GitHub issueDescription
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
Zoomed(50%) out screen
As you can see, there’s other content that gets hidden
Example URLs
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually it should just be added to https://github.com/refined-github/refined-github/blob/ebfb5f62b9f92a677402ffe9d61d9c1eee27824c/source/features/github-bugs.css
I’m talking about the left side section not on the site in general. My bad for not including a more focused screenshot.