Css Edit Scroll Bar

[Solved] Css Edit Scroll Bar | Powershell - Code Explorer | yomemimo.com
Question : css edit scroll bar

Answered by : doubtful-dog-t86n33gjhpdm

::-webkit-scrollbar{width:6px;border-left:1px solid #E6ECF8;}
::-webkit-scrollbar-thumb{background-color:#d6872c;}

Source : | Last Update : Fri, 17 Jul 20

Question : customize scroll bar CSS

Answered by : astrobois-cosmos

 .Class::-webkit-scrollbar { width: 2px; } .Class::-webkit-scrollbar-track { border-radius: px; background: #c9cacc; } .Class::-webkit-scrollbar-track:hover { background: #78797a; } .Class::-webkit-scrollbar-thumb { background: #3d5585; border-radius: 10px; } .scroll-bar::-webkit-scrollbar-thumb:hover { background: #01143b; }

Source : | Last Update : Sun, 07 Aug 22

Answers related to css edit scroll bar

Code Explorer Popular Question For Powershell