mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-17 23:52:29 +00:00
Use align="start" (left-anchor) instead of align="end" (right-anchor) on
the user menu DropdownMenu.Content, combined with avoidCollisions={false}
to prevent Floating UI from auto-flipping back to end-alignment when the
menu's left edge is near the viewport boundary.
Previously, the right edge of the full-width trigger row tracked the
right edge of the sidebar, so resizing the sidebar wider caused the menu
to drift rightward. With start alignment the menu is anchored to the
left edge of the trigger, which is stable regardless of sidebar width.
|
||
|---|---|---|
| .. | ||
| Navbar | ||
| Overlay | ||
| Sidebar | ||
| ArchivedChatsModal.svelte | ||
| ChatsModal.svelte | ||
| FilesModal.svelte | ||
| SearchModal.svelte | ||
| SharedChatsModal.svelte | ||
| Sidebar.svelte | ||
| UpdateInfoToast.svelte | ||