[Glitch] Fix text area above/right of emoji picker being accidentally clickable in web UI

Port 2e18b1a2a2 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
Mélanie Chauvel (ariasuni)
2020-03-08 15:36:50 +01:00
committed by Thibaut Girka
parent 3c96a0c21d
commit bdb06f50ec
2 changed files with 3 additions and 7 deletions

View File

@ -3,8 +3,8 @@
.emoji-picker-dropdown {
position: absolute;
right: 5px;
top: 5px;
top: 0;
right: 0;
::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {