In Gmail, the new look, you can see there is a scroll-bar but it does not look same like browser scrollbar. How to make it?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you’re seeing is WebKit-specific restyling of the browser’s scrollbars. It doesn’t apply to browsers based on other rendering engines. IE uses an entirely different set of style rules(there’s a link in that post), and Firefox doesn’t allow it at all normally, I believe. Mozilla, and the W3, consider the main browser scrollbars part of the OS GUI and so not something you should be messing with. You can get around these inconsistencies with scroller replacements like in Adam’s suggestion, but the main scrollbars you’re stuck with.