Scrollbar changes suggestion
See original GitHub issueCan 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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >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
@MicheleLucini, on the contrary, I found google also using this. Check the screenshot [https://inbox.google.com/]
I feel it should be there… As it enhances the user experience… Who knows might be google learn to add this from materialize css ! ☺️