0
0
Fork 0

Fix emoji picker scrollbar (regression from #5046) (#5901)

This commit is contained in:
Yamagishi Kazutoshi 2017-12-06 20:18:27 +09:00 committed by Eugen Rochko
parent a9ca5ce920
commit 063a1c2a8b
2 changed files with 5 additions and 5 deletions

View file

@ -440,11 +440,6 @@
position: absolute;
right: 5px;
top: 5px;
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
}