mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-13 11:31:41 +00:00
fixed z-index for emoji suggestions
This commit is contained in:
parent
66420c62b2
commit
f08d09d4d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue