You need to sign in or sign up before continuing.
Messenger z-index issues
Summary
Two errors:
- form toasts container occludes the conversation's text input
- the sidebar appears on top of the messenger:
Steps to reproduce
- Open the window in a ~1350px wide resolution, open only one messenger conversation and click on the text input.
- Open the window in a really narrow resolution with the conversation opened.
What is the current bug behavior?
- Cannot type into the text input because the form toast spacer is occluding it.
- the conversation appears behind the messenger
Possible fixes
- Only render the form toast container if there's visible toasts
- fix z-index
Edited by Marcelo Rivera