Skip to content

Fix missing scrollbar on extra networks directory listing#17442

Open
Functionhx wants to merge 1 commit into
AUTOMATIC1111:masterfrom
Functionhx:fix/extra-networks-scrollbar
Open

Fix missing scrollbar on extra networks directory listing#17442
Functionhx wants to merge 1 commit into
AUTOMATIC1111:masterfrom
Functionhx:fix/extra-networks-scrollbar

Conversation

@Functionhx

@Functionhx Functionhx commented Jul 9, 2026

Copy link
Copy Markdown

Description

Fixes #15518.

Added max-height and overflow to .extra-network-dirs to match the existing scroll behavior of .extra-network-tree and .extra-network-cards.

Screenshots/videos:

N/A — no visual changes

Checklist:

  • Tested locally

…lows

The extra-network-dirs div had no overflow or max-height applied, causing
folder lists with many entries to overflow the pane and push card thumbnails
out of view. Add max-height: 33% and overflow: clip auto to the dirs div,
matching the scroll behavior already present on sibling elements
(extra-network-tree and extra-network-cards). Also add webkit scrollbar
styling for Chromium-based browsers.

Fixes AUTOMATIC1111#15518

Signed-off-by: Yuchen Fan <functionhx@gmail.com>
@Functionhx Functionhx requested a review from AUTOMATIC1111 as a code owner July 9, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Missing scrollbar on extra networks tabs with tree view enabled

1 participant