Fix emoji picker scrollbar style (#4572)

lolsob-rspec
Yamagishi Kazutoshi 2017-08-10 20:41:12 +09:00 committed by Eugen Rochko
parent 1b6ced5887
commit 060a345217
1 changed files with 5 additions and 0 deletions

View File

@ -394,6 +394,11 @@
bottom: -1px;
right: 8px;
}
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
}