Search
 
SCRIPT & CODE EXAMPLE
 

CSS

change scroll style angular

 ::-webkit-scrollbar-thumb
{
    background: red !important;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.26) !important;
  }
Comment

scrollbar style angular

::-webkit-scrollbar {
display:none;
  }
Comment

PREVIOUS NEXT
Code Example
Css :: div circle 
Css :: remove button default border css 
Css :: how to mirror flip a video tag css 
Css :: transition scale 
Css :: media query all devices 
Css :: gradient border with border radius 
Css :: tailwind border bottom 
Css :: boostrap pointer 
Css :: add black layer on image css 
Css :: add glow to image css 
Css :: align center 
Css :: css height of screen 
Css :: css text bottom to top 
Css :: cdd first child 
Css :: center div horizontally 
Css :: how to change jumbotron size 
Css :: ngx-charts css 
Css :: how to center image css 
Css :: box shadow 
Css :: onclick url 
Css :: how to hide scrollbar overflow 
Css :: how to target input type with css 
Css :: css edit scroll bar 
Css :: check if audio element is playing css 
Css :: div not larger than its content 
Css :: text stock css 
Css :: cut word css 
Css :: counter-reset ol css 
Css :: Placeholder font-family 
Css :: wrap a span 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =