Fix ordering of keyboard access between CW field, textarea and emoji picker
This commit is contained in:
committed by
marcin mikołajczak
parent
4b4e815e40
commit
2ef0cdb71b
@@ -62,9 +62,8 @@
|
||||
|
||||
.emoji-picker-dropdown {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
top: 10px;
|
||||
right: 5px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.compose-form__autosuggest-wrapper {
|
||||
@@ -141,7 +140,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.emoji-picker-wrapper,
|
||||
.autosuggest-textarea__suggestions-wrapper {
|
||||
position: relative;
|
||||
height: 0;
|
||||
|
||||
Reference in New Issue
Block a user