dark scrollbar styling

This commit is contained in:
Sean Yesmunt 2019-04-19 15:30:53 -04:00
parent f52c4f2297
commit 4e97858d59

View file

@ -20,4 +20,8 @@
::-webkit-scrollbar-track {
background-color: transparent;
html[data-mode='dark'] & {
background-color: $lbry-black;
}
}