Search
 
SCRIPT & CODE EXAMPLE
 

CSS

style scroll react csss

const styles = theme => ({
  '@global': {
    '*::-webkit-scrollbar': {
      width: '0.4em'
    },
    '*::-webkit-scrollbar-track': {
      '-webkit-box-shadow': 'inset 0 0 6px rgba(0,0,0,0.00)'
    },
    '*::-webkit-scrollbar-thumb': {
      backgroundColor: 'rgba(0,0,0,.1)',
      outline: '1px solid slategrey'
    }
  }
});
Comment

PREVIOUS NEXT
Code Example
Css :: fill and no repeat background image css 
Css :: style scrollbar overflow-y 
Css :: centre align in position absolute 
Css :: replace icon with image css 
Css :: css animation properties 
Css :: set border only left and right css 
Css :: elementor accordion closed by default 
Css :: how to push text to the right css 
Css :: css everything under element 
Css :: css button border 
Css :: javascript canvas pixel art 
Css :: css vw scrollbar 
Css :: close icon css 
Css :: how to give text stroke in css 
Css :: how to add a background overlay in css 
Css :: how to center a div element 
Css :: textarea disable resize 
Css :: first child css in material ui 
Css :: move text outside div 
Css :: css border only top and bottom 
Css :: how to remove bullet in css 
Css :: glass css 
Css :: how to add hover effect in emotion 
Css :: wp query using the_post 
Css :: cursor couleur in css 
Css :: line middle text css 
Css :: css keyframes 
Css :: tailwind css responsive table 
Css :: css columns 
Css :: flickity css 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =