[PR #20213] [MERGED] fix: Knowledge Selector dropdown appearing behind Create Folder modal #25507

Closed
opened 2026-04-20 05:58:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/20213
Author: @Classic298
Created: 12/27/2025
Status: Merged
Merged: 12/28/2025
Merged by: @tjbck

Base: devHead: create-folder


📝 Commits (1)

  • bd17c20 Update KnowledgeSelector.svelte

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/lib/components/workspace/Models/Knowledge/KnowledgeSelector.svelte (+1 -1)

📄 Description

Description

Fixed z-index issue where the Knowledge Selector dropdown menu was rendering behind the Create Folder modal, making it unusable.

Fixed

  • Knowledge Selector dropdown now correctly appears above the modal by adding z-[10000] to DropdownMenu.Content (modal uses z-9999)

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/open-webui/open-webui/pull/20213 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 12/28/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `create-folder` --- ### 📝 Commits (1) - [`bd17c20`](https://github.com/open-webui/open-webui/commit/bd17c201f21fad9408fd6d8986b99d5e53d93b30) Update KnowledgeSelector.svelte ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/workspace/Models/Knowledge/KnowledgeSelector.svelte` (+1 -1) </details> ### 📄 Description ### Description Fixed z-index issue where the Knowledge Selector dropdown menu was rendering behind the Create Folder modal, making it unusable. ### Fixed - Knowledge Selector dropdown now correctly appears above the modal by adding `z-[10000]` to `DropdownMenu.Content` (modal uses `z-9999`) --- ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 05:58:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#25507