Search
 
SCRIPT & CODE EXAMPLE
 

CSS

scrollbar thumb height css

::-webkit-scrollbar-button {
  height: 12px;
}
::-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);
}
Comment

PREVIOUS NEXT
Code Example
Css :: image to fill div 
Css :: italic css 
Css :: how to filter css red 
Css :: css perfect box shadow 
Css :: drop shadow image css 
Css :: how to make animation stay on 100% 
Css :: css selector no attribute 
Css :: sass calc with variable 
Css :: css center horizontally and vertically 
Css :: smooth transition in and out css 
Css :: css vertical align items in div 
Css :: react hide scrollbar 
Css :: cursor: not-allowed is not working with pointe events none in css 
Css :: mixin for transition css 
Css :: css code to blur background 
Css :: css remove scrollbar from body 
Css :: css horizontal center 
Css :: make triangle using div 
Css :: add black layer on image css 
Css :: how to make white image black in css 
Css :: add space between all html elements flex 
Css :: css full cover background image 
Css :: how to make a square div in css 
Css :: rust get current date 
Css :: remove border from last child css 
Css :: css media queries pc and mobile 
Css :: how to hide scrollbar overflow 
Css :: change color of mark tag in html 
Css :: blue color when button click web mobile 
Css :: how to center horizontally in css 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =