about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-05-20 16:06:29 -0500
committerGitHub <noreply@github.com>2024-05-20 14:06:29 -0700
commitbecf373edbc53160bd1082f8cb0ad3318f291cc4 (patch)
tree65151c59e0a9292061b767a6557f0136e03c0b80 /src
parentaa7c3130dbdeac889ad667f6cd597661e812622d (diff)
downloadvoidsky-becf373edbc53160bd1082f8cb0ad3318f291cc4.tar.zst
Maybe? (#4125)
Diffstat (limited to 'src')
-rw-r--r--src/components/dms/NewChatDialog/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/dms/NewChatDialog/index.tsx b/src/components/dms/NewChatDialog/index.tsx
index 99572fd5c..fb20b8f4c 100644
--- a/src/components/dms/NewChatDialog/index.tsx
+++ b/src/components/dms/NewChatDialog/index.tsx
@@ -484,6 +484,7 @@ function SearchablePeopleList({
       style={[
         web([a.py_0, {height: '100vh', maxHeight: 600}, a.px_0]),
         native({
+          height: '100%',
           paddingHorizontal: 0,
           marginTop: 0,
           paddingTop: 0,