[Glitch] Fix ordering of keyboard access between CW field, textarea and emoji picker
Port b4d67fe57a
to glitch-soc
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user