Saturday, December 27, 2025
1 change · saas-18.4
Resolved issues and error corrections
This update fixes an issue where avatars in discussion threads were sometimes incorrectly positioned above other elements due to a z-index problem. The change ensures all avatars stack correctly, providing a consistent and professional appearance for users. This improves the overall user experience within Odoo's discussion features.
Original PR description
Before this commit, the avatar's in the avatar stack z-index was derived from the participant’s position in the recordset, resulting in descending z-index values greater than 1. Since .o-mail-DiscussSidebar-top has a z-index of 2, avatars with a higher z-index could incorrectly appear above it when multiple avatars were present. This commit fixes the issue by assigning a fixed z-index of 1 to all avatars, ensuring a consistent and correct stacking behavior. task-5417539 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#240189