Skip to content

Conversation

@polydecay
Copy link

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

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.

1 participant