Fix ordering of keyboard access between CW field, textarea and emoji picker (#11066)
This commit is contained in:
parent
dd45c63921
commit
b4d67fe57a
2 changed files with 1 additions and 14 deletions
|
@ -337,7 +337,6 @@
|
|||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.compose-form__autosuggest-wrapper {
|
||||
|
@ -413,15 +412,6 @@
|
|||
height: 0;
|
||||
}
|
||||
|
||||
.emoji-picker-wrapper {
|
||||
position: relative;
|
||||
height: 0;
|
||||
|
||||
&.emoji-picker-wrapper--hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.autosuggest-textarea__suggestions {
|
||||
box-sizing: border-box;
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue