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

Port 38a26d5314 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
Mélanie Chauvel (ariasuni) 5 years ago committed by Thibaut Girka
parent 71d28dcfb9
commit 5325a14430

@ -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 {

@ -72,10 +72,7 @@
.emoji-button {
display: block;
font-size: 24px;
line-height: 24px;
margin-left: 2px;
width: 24px;
padding: 5px 5px 2px 2px;
outline: 0;
cursor: pointer;
@ -91,7 +88,6 @@
margin: 0;
width: 22px;
height: 22px;
margin-top: 2px;
}
&:hover,

Loading…
Cancel
Save