[Glitch] Fix ordering of keyboard access between CW field, textarea and emoji picker

Port b4d67fe57a to glitch-soc
This commit is contained in:
ThibG
2019-06-13 17:07:43 +02:00
parent d1edbfaed3
commit 80849812d2
2 changed files with 1 additions and 14 deletions

View File

@ -222,7 +222,6 @@
position: absolute;
right: 5px;
top: 5px;
z-index: 1;
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
@ -294,15 +293,6 @@
height: 0;
}
.emoji-picker-wrapper {
position: relative;
height: 0;
&.emoji-picker-wrapper--hidden {
display: none;
}
}
.autosuggest-textarea__suggestions {
display: block;
position: absolute;