Merge branch 'picker-mobile' into 'develop'

EmojiSelector: ensure the full picker fits on the screen on mobile

See merge request soapbox-pub/soapbox!2291
environments/review-v3-2-0-58sr9w/deployments/2658
Alex Gleason 2023-02-15 18:48:08 +00:00
commit 67bf9a7b20
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -111,6 +111,12 @@ const EmojiSelector: React.FC<IEmojiSelector> = ({
}
}, [visible, update]);
useEffect(() => {
if (expanded && update) {
update();
}
}, [expanded, update]);
return (
<div
className={clsx('z-[101] transition-opacity duration-100', {