scrollbar always visible for user creation #2180

Closed
opened 2026-02-05 05:31:04 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @uhthomas on GitHub (Feb 19, 2024).

The bug

The scrollbar is always visible for the user creation dialog. It shouldn't be. I only see this issue on Chromium (linux), and not Firefox.

image

https://demo.immich.app/admin/user-management

The OS that Immich Server is running on

N/A

Version of Immich Server

v1.94.1

Version of Immich Mobile App

N/A

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

N/A

Additional information

No response

Originally created by @uhthomas on GitHub (Feb 19, 2024). ### The bug The scrollbar is always visible for the user creation dialog. It shouldn't be. I only see this issue on Chromium (linux), and not Firefox. ![image](https://github.com/immich-app/immich/assets/9749173/dae4ed3f-73ec-4813-ac41-73be1a262cd6) https://demo.immich.app/admin/user-management ### The OS that Immich Server is running on N/A ### Version of Immich Server v1.94.1 ### Version of Immich Mobile App N/A ### Platform with the issue - [ ] Server - [X] Web - [ ] Mobile ### Your docker-compose.yml content ```YAML N/A ``` ### Your .env content ```Shell N/A ``` ### Reproduction steps ```bash N/A ``` ### Additional information _No response_
Author
Owner

@uhthomas commented on GitHub (Feb 19, 2024):

Possibly caused by the overflow-y-scroll class? Should probably be overflow-y-auto.

ddae707ea9/web/src/lib/components/forms/create-user-form.svelte (L76)

Introduced by #3422.

@uhthomas commented on GitHub (Feb 19, 2024): Possibly caused by the `overflow-y-scroll` class? Should probably be `overflow-y-auto`. https://github.com/immich-app/immich/blob/ddae707ea924c867dcc7c5d1b7c41c1964ee8bdd/web/src/lib/components/forms/create-user-form.svelte#L76 Introduced by #3422.
Author
Owner

@uhthomas commented on GitHub (Feb 19, 2024):

Here as well.

image

@uhthomas commented on GitHub (Feb 19, 2024): Here as well. ![image](https://github.com/immich-app/immich/assets/9749173/7531f932-5968-45d8-a02c-774044352619)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#2180