[PR #799] [MERGED] Fix z-index ordering of Account Info Box and date-sidebar on web #8768

Closed
opened 2026-02-05 13:52:55 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/799
Author: @AnTheMaker
Created: 10/9/2022
Status: Merged
Merged: 10/9/2022
Merged by: @alextran1502

Base: mainHead: patch-1


📝 Commits (2)

  • 342c325 add z-index to #account-info-panel
  • 4355485 lower z-index of #immich-scrubbable-scrollbar

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 web/src/lib/components/shared-components/navigation-bar.svelte (+1 -1)
📝 web/src/lib/components/shared-components/scrollbar/scrollbar.svelte (+1 -1)

📄 Description

Hi there!
This is a small PR to fix a tiny UI issue with the date-sidebar overlapping the Account info box on the web-version of Immich.
Screenshots:

  • Before:

Screenshot BEFORE

  • After:

Screenshot AFTER

Great project btw - keep up the great work!
An


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/799 **Author:** [@AnTheMaker](https://github.com/AnTheMaker) **Created:** 10/9/2022 **Status:** ✅ Merged **Merged:** 10/9/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`342c325`](https://github.com/immich-app/immich/commit/342c3254cb1a2fea8bb513c235835991c975ae82) add z-index to #account-info-panel - [`4355485`](https://github.com/immich-app/immich/commit/435548558194a3f16e6e66c0dcea037082a479e5) lower z-index of #immich-scrubbable-scrollbar ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/shared-components/navigation-bar.svelte` (+1 -1) 📝 `web/src/lib/components/shared-components/scrollbar/scrollbar.svelte` (+1 -1) </details> ### 📄 Description Hi there! This is a small PR to fix a tiny UI issue with the date-sidebar overlapping the Account info box on the web-version of Immich. Screenshots: - **Before:** ![Screenshot BEFORE](https://user-images.githubusercontent.com/18481195/194763816-f04285f7-c0f4-482a-930a-2c12c01a0591.png) - **After:** ![Screenshot AFTER](https://user-images.githubusercontent.com/18481195/194763790-bfaf8047-45ed-4a79-b418-8ccd77a8e580.png) Great project btw - keep up the great work! _An_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:52:55 +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#8768