Scrollbar styles

PHOTO EMBED

Sun Mar 20 2022 17:01:15 GMT+0000 (Coordinated Universal Time)

Saved by @max_demydenko #css #scrollbar

body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #DDDDDD;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 100px;
}
content_copyCOPY

Changing default styles of scrollbar

https://agency-website-c0d1e7.webflow.io/