[BUG] memory lane navigation does not hide correctly with scaled resolutions #954

Closed
opened 2026-02-04 23:42:03 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @uhthomas on GitHub (Jun 16, 2023).

The bug

Despite being at the end of navigation, the navigation buttons would sometimes persist. This looks like an issue with scaling and decimals given the values are so close. MDN explicitly calls out this gotcha, so I'm confident that is the cause.

Warning: On systems using display scaling, scrollLeft may give you a decimal value.

image

The OS that Immich Server is running on

N/A

Version of Immich Server

v1.61.0

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 (Jun 16, 2023). ### The bug Despite being at the end of navigation, the navigation buttons would sometimes persist. This looks like an issue with scaling and decimals given the values are so close. [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft) explicitly calls out this gotcha, so I'm confident that is the cause. >Warning: On systems using display scaling, scrollLeft may give you a decimal value. ![image](https://github.com/immich-app/immich/assets/9749173/8e63ca7e-24e2-428b-bc76-67759998706a) ### The OS that Immich Server is running on N/A ### Version of Immich Server v1.61.0 ### 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_
OVERLORD added the 🖥️web label 2026-02-04 23:42:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#954