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

signup-info-prompt
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);
}
}
}

View File

@ -95,6 +95,11 @@
padding: 0 6px 6px;
background: $simple-background-color;
will-change: transform;
&::-webkit-scrollbar-track:hover,
&::-webkit-scrollbar-track:active {
background-color: rgba($base-overlay-background, 0.3);
}
}
.emoji-mart-search {