Skip to content

Instantly share code, notes, and snippets.

@vicegold
Created January 13, 2016 14:41
Show Gist options
  • Save vicegold/98966642a22d36f523f4 to your computer and use it in GitHub Desktop.
Save vicegold/98966642a22d36f523f4 to your computer and use it in GitHub Desktop.
.#{$ns}-chat-list
position: absolute
top: 35px
width: 100%
overflow-y: scroll
bottom: 0px
border-left: 1px solid rgba($color-blue, 0.4)
border-right: 1px solid rgba($color-blue, 0.4)
&::-webkit-scrollbar
-webkit-appearance: none
&::-webkit-scrollbar:vertical
width: 11px
&::-webkit-scrollbar:horizontal
height: 11px
&::-webkit-scrollbar-thumb
border-radius: 8px
border: 2px solid $color-white
background-color: rgba(0,0,0, .5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment