Skip to content

Fix Duo Chat Popover Design Managment overlapping Bug

Jannik Lehmann requested to merge jnnkl-duo-chat-popover-design-management into master

What does this MR do and why?

This MR partially solves: #452050 (closed)

It bumps up the z-index on the Design Management Modal, to be above Bootstraps .popover class. The .popover Class is used by the DuoChat popover which is currently overlapping the Design Management modal.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
2024-04-02_18-57-35 2024-04-02_18-57-18

How to set up and validate locally

  1. Reset the dismiss of the callout if needed:
# rails c
Users::Callout.duo_chat_callout[0].destroy
  1. Create Issue for any Project
  2. Upload Design to Issue
  3. Open Design Management Modal
Edited by Jannik Lehmann

Merge request reports