app/assets/stylesheets/library/_force-scrollbars.sass

Summary

Maintainability
Test Coverage
=force-scrollbars
  &::-webkit-scrollbar
    -webkit-appearance: none
    height: 7px
    width: 7px

  &::-webkit-scrollbar-thumb
    border-radius: 100px
    background-color: rgba(0,0,0,.5)
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)