diff --git a/src/components/GifPicker/index.tsx b/src/components/GifPicker/index.tsx index 69ac41ff..8bbf6466 100644 --- a/src/components/GifPicker/index.tsx +++ b/src/components/GifPicker/index.tsx @@ -126,9 +126,13 @@ export default function GifPicker({ const isLoggedIn = !!pubkey + /** In drawer mode we constrain height and make only the GIF grid scroll so the drawer doesn't "sink" */ + const isDrawer = isSmallScreen const content = ( -