mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 17:11:43 +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;
|
left: 70px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
background: rgba(32, 32, 32, 0.87);
|
background: rgba(32, 32, 32, 0.87);
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue