Fix emoji z-index
parent
18e0f2039e
commit
03b7996fda
|
@ -86,6 +86,11 @@
|
||||||
outline: 0;
|
outline: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emoji-picker-category .emoji-picker-emoji span {
|
||||||
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.emoji-picker-category .emoji-picker-emoji:hover:before {
|
.emoji-picker-category .emoji-picker-emoji:hover:before {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
content: "";
|
content: "";
|
||||||
|
@ -118,11 +123,6 @@
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emoji-picker-emoji span {
|
|
||||||
z-index: 1;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.emoji-picker-no-results {
|
.emoji-picker-no-results {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue