About 160,000 results
Open links in new tab
  1. html - CSS customized scroll bar in div - Stack Overflow

    Custom scroll bars aren't possible with CSS, you'll need some JavaScript magic. Some browsers support non-spec CSS rules, such as ::-webkit-scrollbar in Webkit but is not ideal since it'll only work …

  2. How can I style horizontal scrollbar by CSS? - Stack Overflow

    Inside ::-webkit-scrollbar selected, the height represents the horizontal scrollbar and the width represents the vertical scrollbar. You can also use :horizontal psuedoclass.

  3. css - How to change scrollbar when using Tailwind (next.js/react ...

    Oct 1, 2021 · I'm using Tailwind (react/next) and struggle to change the way my scrollbar looks. It's a single page application and I have been trying to create custom CSS to apply to the first div in my …

  4. css - How to make custom scrollbars show in all browsers ... - Stack ...

    2 scrollbar is not a CSS standard. In Chrome or Safari (WebKit) you can use the extension prefixed by -webkit- Read more here. FireFox doesn't support scrollbar styling. So probably you can support this …

  5. html - Custom scrollbar only in one div - Stack Overflow

    Jun 25, 2016 · I want to have a custom scroll bar in Chrome. So, I'm using this sass: ::-webkit-scrollbar { width: 0.5em; height: 0.5em; } ::-webkit-scrollbar-thumb { background ...

  6. It is possible to specify the scrollbar image with HTML5?

    Oct 4, 2012 · It's actually possible, if browser does support styling of toolbar elements (= is based on WebKit). Although it's not mentioned in many tutorials (such as this brilliant one, for example), you …

  7. How to remove the arrows in a scroll bar through CSS

    Jul 20, 2013 · Generally in a scroll bar there will be up and down arrows at both ends in a vertical scroll bar. Is there anyway to remove it so that only the scroll bar appears and not the arrows at both ends....

  8. Custom CSS Scrollbar for Firefox - Stack Overflow

    May 29, 2011 · Firefox 64 adds support for the spec draft CSS Scrollbars Module Level 1, which adds two new properties of scrollbar-width and scrollbar-color which give some control over how scrollbars …

  9. css - How to customize the scrollbar in React Js? - Stack Overflow

    Feb 17, 2021 · Use this package react-custom-scrollbar for custom behaviour and styling. Also it is compatible with all browsers (Chrome/Firefox/Safari) etc.

  10. How to make a custom scroll bars in IE? - Stack Overflow

    Apr 17, 2015 · I've gone further and created a css only pure solution that not only provides a custom scrollbar for IE but also a custom seamlessly scrollbar that works in ALL BROWSERS giving the …