add extra padding to try to figure out what category we are in

This commit is contained in:
Henry Hiles 2026-09-17 11:51:13 -04:00
commit e4602b65f8
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -73,7 +73,7 @@ class EmojiPicker extends HookConsumerWidget {
.localToGlobal(Offset.zero, ancestor: viewport) .localToGlobal(Offset.zero, ancestor: viewport)
.dy; .dy;
return top <= 1; return top <= 20;
}); });
if (selectedIndex != selectedCategory.value) { if (selectedIndex != selectedCategory.value) {