[PR #7191] [MERGED] fix: only show scrollbars if needed #11524

Closed
opened 2026-02-05 14:41:08 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/7191
Author: @uhthomas
Created: 2/19/2024
Status: Merged
Merged: 2/19/2024
Merged by: @alextran1502

Base: mainHead: 7190


📝 Commits (1)

  • 6814818 fix: only show scrollbars if needed

📊 Changes

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

View changed files

📝 web/src/lib/components/elements/dropdown.svelte (+1 -1)
📝 web/src/lib/components/forms/create-user-form.svelte (+1 -1)

📄 Description

The class 'overflow-y-scroll' will always show the scrollbar. Changing this to 'overflow-y-auto' will only show the scrollbar when needed.

All instances of the 'overflow-y-scroll' class have been changed.

Fixes: #7190


🔄 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/7191 **Author:** [@uhthomas](https://github.com/uhthomas) **Created:** 2/19/2024 **Status:** ✅ Merged **Merged:** 2/19/2024 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `7190` --- ### 📝 Commits (1) - [`6814818`](https://github.com/immich-app/immich/commit/6814818b6a7099a4331456fef886eb6cdad554c6) fix: only show scrollbars if needed ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `web/src/lib/components/elements/dropdown.svelte` (+1 -1) 📝 `web/src/lib/components/forms/create-user-form.svelte` (+1 -1) </details> ### 📄 Description The class 'overflow-y-scroll' will always show the scrollbar. Changing this to 'overflow-y-auto' will only show the scrollbar when needed. All instances of the 'overflow-y-scroll' class have been changed. Fixes: #7190 --- <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 14:41:08 +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#11524