[WEB] Display all persons in search popup renders them behind other inputs #5495

Closed
opened 2026-02-05 11:30:46 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @boobin on GitHub (Mar 1, 2025).

The bug

When displaying all people in search options, the thumbnails are displayed behind the other search inputs, instead of a scrollable panel

The OS that Immich Server is running on

ARch

Version of Immich Server

v1.128.0

Version of Immich Mobile App

v1.127.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

Podman config, directly translated from standard compose config (probably not relevant for this issue)

Your .env content

# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables

# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/nas/immich-data

# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release

# Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=<blablabla>
DB_PASSWORD=<blablabla>

#IMMICH_MACHINE_LEARNING_URL=http://192.168.1.7:3003

# The values below this line do not need to be changed
###################################################################################
DB_HOSTNAME=systemd-immich-database
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
DB_DATA_LOCATION=/opt/immich-postgres

REDIS_HOSTNAME=systemd-immich-redis

Reproduction steps

Open search options, click on display all people

Image

Relevant log output


Additional information

No response

Originally created by @boobin on GitHub (Mar 1, 2025). ### The bug When displaying all people in search options, the thumbnails are displayed behind the other search inputs, instead of a scrollable panel ### The OS that Immich Server is running on ARch ### Version of Immich Server v1.128.0 ### Version of Immich Mobile App v1.127.0 ### Platform with the issue - [ ] Server - [x] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML Podman config, directly translated from standard compose config (probably not relevant for this issue) ``` ### Your .env content ```Shell # You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables # The location where your uploaded files are stored UPLOAD_LOCATION=/mnt/nas/immich-data # The Immich version to use. You can pin this to a specific version like "v1.71.0" IMMICH_VERSION=release # Connection secrets for postgres and typesense. You should change these to random passwords TYPESENSE_API_KEY=<blablabla> DB_PASSWORD=<blablabla> #IMMICH_MACHINE_LEARNING_URL=http://192.168.1.7:3003 # The values below this line do not need to be changed ################################################################################### DB_HOSTNAME=systemd-immich-database DB_USERNAME=postgres DB_DATABASE_NAME=immich DB_DATA_LOCATION=/opt/immich-postgres REDIS_HOSTNAME=systemd-immich-redis ``` ### Reproduction steps Open search options, click on display all people ![Image](https://github.com/user-attachments/assets/cbef43af-c65a-4e41-98ed-0be440a77fe7) ### Relevant log output ```shell ``` ### Additional information _No response_
Author
Owner

@YarosMallorca commented on GitHub (Mar 1, 2025):

I can reproduce this on v1.128.0 as well.

Submitted a PR: #16457

@YarosMallorca commented on GitHub (Mar 1, 2025): I can reproduce this on [v1.128.0](https://github.com/immich-app/immich/releases/tag/v1.128.0) as well. Submitted a PR: #16457
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#5495