Search
 
SCRIPT & CODE EXAMPLE
 

CSS

scroll design

div
{
 width: 30em;
    overflow-x: auto;
    white-space: nowrap;
 }

div::-webkit-scrollbar {
  width: 1em;
}

div::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00bd86;
  outline: 2px solid slategrey;
}

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

PREVIOUS NEXT
Code Example
Css :: btn glow on hover 
Css :: twig block 
Css :: set min div height 
Css :: make element glow 
Css :: how to transition text color css 
Css :: css make text closer together 
Css :: background center 
Css :: how to make distance betwwen corosel transition 
Css :: custom taxonomy pagination 404 
Css :: css noise filter 
Css :: gradient background image 
Css :: postcss plugin 
Css :: alert without page refresh 
Css :: crop image with circle css 
Css :: remove horizontal scroll in small devices css 
Css :: open sublime text 3 from terminal mac 
Css :: @font-face 
Css :: add border to png image using css 
Css :: css overflow 
Css :: logo discord css 
Css :: css font color 
Css :: styling input field tailwind css 
Css :: linear gradient in css 
Css :: difference between html and css 
Css :: remove black shadow from border css 
Css :: mitmf install 
Css :: box shadow example 
Css :: purge tailwind css 
Css :: can you control another div on hover css 
Css :: css rotate 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =