Skip to content

webui: fix chat screen shadow width#18010

Merged
allozaur merged 2 commits intoggml-org:masterfrom
polydecay:251213-fix-chat-shadow-width
Dec 18, 2025
Merged

webui: fix chat screen shadow width#18010
allozaur merged 2 commits intoggml-org:masterfrom
polydecay:251213-fix-chat-shadow-width

Conversation

@polydecay
Copy link
Copy Markdown
Contributor

This fixed the width of the chat screen shadow, that is supposed to hide text below the input form.

The issue was that the shadow was using position: fixed, which caused the width: 100% to be relative to the viewport and cover both the sidebar and the scrollbar. By making it position: absolute, the shadow is now positioned relative to the parent .conversation-chat-form, which has position: relative, as I assume was the intended behavior.

shadow-before-after

Copy link
Copy Markdown
Contributor

@allozaur allozaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Please just update the static build in a separate commit. Run npm run build and push newere tools/server/public/index.html.gz

@polydecay polydecay requested a review from allozaur December 15, 2025 08:33
Copy link
Copy Markdown
Contributor

@allozaur allozaur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@polydecay let's rebase here as well and handle proper static output update and CI runs :) we can merge if all is green ;)

@polydecay polydecay requested a review from allozaur December 18, 2025 03:10
@allozaur allozaur merged commit 900316d into ggml-org:master Dec 18, 2025
10 checks passed
Anico2 added a commit to Anico2/llama.cpp that referenced this pull request Jan 15, 2026
* webui: fix chat screen shadow width

* chore: add index.html.gz
blime4 referenced this pull request in blime4/llama.cpp Feb 5, 2026
* webui: fix chat screen shadow width

* chore: add index.html.gz
Seunghhon pushed a commit to Seunghhon/llama.cpp that referenced this pull request Apr 26, 2026
* webui: fix chat screen shadow width

* chore: add index.html.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants