mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-12 02:54:03 -05:00
[PR #17567] [CLOSED] fix: OneDrive submenu overflow issue in attachment menu #111786
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17567
Author: @vateseeb
Created: 9/18/2025
Status: ❌ Closed
Base:
dev← Head:fix/onedrive-submenu-overflow-17554📝 Commits (2)
39de109fix: OneDrive submenu overflow issue in attachment menuf73d7b0Merge branch 'dev' into fix/onedrive-submenu-overflow-17554📊 Changes
1 file changed (+79 additions, -53 deletions)
View changed files
📝
src/lib/components/chat/MessageInput/InputMenu.svelte(+79 -53)📄 Description
Description
Fixes issue where OneDrive submenu was clipped within main attachment menu container, making submenu options not properly visible or accessible.
The previous implementation used
DropdownMenu.SubandDropdownMenu.SubContentwhich relied on CSS positioning that got clipped by the parent container withoverflow-x-hidden.Changes
DropdownMenu.Sub/SubContentwith tab-based navigation patternTest Plan
Screenshots
Before: OneDrive submenu was clipped within main menu container

After: OneDrive submenu appears as a full tab view like other options


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