mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #611] bug: chat history paused tip overlaps with menu items #50808
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?
Originally created by @adan89lion on GitHub (Feb 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/611
Bug Report
Description
Bug Summary:
When chat history is disabled, the tip message about the said matter blocks the user menu.
Steps to Reproduce:
Expected Behavior:
The user menu is covered
Actual Behavior:
The user menu should not be covered
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Screenshots (if applicable):

Installation Method
Install via Docker.
Additional Information
N/A
Note
N/A
@tjbck commented on GitHub (Feb 1, 2024):
Hi, this is the intended behaviour! You can check ChatGPT has the same behaviour as well, Thanks!
@adan89lion commented on GitHub (Feb 1, 2024):
Hi @tjbck,
I think ChatGPT does not have this behavior. I can still access my user menu (Settings, Help & FAQ, Logout, etc.) when the chat history is off.
However, ollama-webui blocks the access to Admin Panel, Settings and Sign Out options when chat history is turned off.
@tjbck commented on GitHub (Feb 1, 2024):
Oops, Taking a look!