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.

Scrollbar changes suggestion

See original GitHub issue

Can we have this code added to the main code. The UI looks very modern but some browsers scroll bar has a legacy view

/*********** CSS for scrollbar ***********/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
karsumit94commented, May 8, 2018

@MicheleLucini, on the contrary, I found google also using this. Check the screenshot [https://inbox.google.com/] image

1reaction
karsumit94commented, May 8, 2018

I feel it should be there… As it enhances the user experience… Who knows might be google learn to add this from materialize css ! ☺️

Read more comments on GitHub >

github_iconTop Results From Across the Web

scrollbar - CSS-Tricks
::-webkit-resizer addresses the draggable resizing handle that appears above the scrollbar-corner at the bottom corner of some elements.
Read more >
How To Customize the Browser's Scrollbar with CSS
If you have any suggestions for improvements, please let us know by clicking the “report an issue“ button at the bottom of the...
Read more >
How to prevent scrollbar from repositioning web page?
If changing size or after loading some data it is adding the scroll bar then you can try following, create class and apply...
Read more >
Scrollbar appearance changed after Firefox upgrade
Scrollbars in Firefox no longer look like the desktop theme and all the other apps. Instead, they are very thin and have no...
Read more >
How to change the style of Scroll Bar in XAMDATAGRID?
The way to apply a style to the scroll bars is to use the VisualTreeHelper to locate the main ScrollViewer. Once you have...
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