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;
|
||||
|
||||
@ -148,10 +148,6 @@
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.emoji-picker-wrapper {
|
||||
.emoji-picker-dropdown { top: 10px; }
|
||||
}
|
||||
|
||||
.compose-form {
|
||||
flex: 1 1;
|
||||
padding: 0 0 0 20px !important;
|
||||
|
||||
Reference in New Issue
Block a user