fixed z-index for emoji suggestions

This commit is contained in:
supertiger1234 2019-08-09 20:29:52 +01:00
parent 66420c62b2
commit f08d09d4d2

View file

@ -102,6 +102,7 @@ export default {
left: 70px;
max-height: 400px;
overflow-y: auto;
z-index: 2;
background: rgba(32, 32, 32, 0.87);
color: white;