::-webkit-scrollbar {
width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background: rgba(255,0,0,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(255,0,0,0.4);
}
Code Example |
---|
Css :: img position css |
Css :: scss install |
Css :: align button to bottom of div |
Css :: lightred color hex |
Css :: break pre text |
Css :: sidebar fixed when scrolling down css |
Css :: apply css on last child in parent div |
Css :: npm scss |
Css :: import image css |
Css :: how to position something on the same line css |
Css :: semibold css |
Css :: rgba blue color |
Css :: background degrade |
Css :: css div overlay div |
Css :: remve arrow from input ype number |
Css :: how to compile scss to css minify css |
Css :: comfirm before delete |
Css :: css grid minmax function |
Css :: css super smooth shadow |
Css :: html disable spin buttons on input type number |
Css :: color checker css online |
Css :: css make text not break line when overflow |
Css :: css full grid span |
Css :: flex fill space |
Css :: gradient text color css |
Css :: sticky footer |
Css :: css change background color of page |
Css :: comment one line css |
Css :: css transform |
Css :: box-shadow left right and bottom |