mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #24577] issue: "Ask" button renders the box out of the view #107339
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 @ZobairQ on GitHub (May 11, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24577
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.2
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
When I select a word where I can "ask" about the word an new input box appears with "Ask a question". But I select a word on most left side, only half of the box is shown.
Actual Behavior
I would expect the box to always appear in the middle of the screen
Steps to Reproduce
Logs & Screenshots
Additional Information
No response
@owui-terminator[bot] commented on GitHub (May 11, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #1954 bug: Model selection drop down covered by left side hamburger menu
This is a UI positioning/overlay bug where a dropdown is rendered in the wrong place and gets obscured by another element. While it concerns the model dropdown rather than the Ask popup, it is the closest match to the reported box being rendered partially out of view on the left side.
by aniqueta
🟣 #6042 Input box issue in the new UI
This issue discusses the new UI input box width/layout being too large or not harmonious, which is related to sizing and positioning of input-like overlays. It is less specific than the Ask popup bug, but still potentially relevant to UI box rendering behavior.
by imoyy
🟣 #14269 issue: How to add a selection box function
This is about a selection-related box/popup function in the chat UI. It is not the same symptom, but it is in the same feature area as the Ask-on-selection interaction and may share the same selection popup implementation.
by zmwstu ·
bug💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.