Skip to content

Conversation

GrabowskiM
Copy link
Contributor

🎫 Issue IBX-10358

Description:

Increased z-index for tooltips in component c-draggable-dialog, which has z-index itself on 10000

For QA:

Documentation:

@GrabowskiM GrabowskiM requested review from a team and Copilot July 23, 2025 11:28
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses a visibility issue with the close icon in the AI Assistant by increasing the z-index for tooltips within draggable dialogs. The change ensures that tooltips appear above the draggable dialog component, which has its own z-index of 10000.

  • Adds a new CSS class with higher z-index for draggable dialog tooltips

}

.ibexa-tooltip--draggable-dialog {
z-index: 10050;
Copy link

Copilot AI Jul 23, 2025

Choose a reason for hiding this comment

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

The z-index value 10050 appears to be a magic number. Consider defining this value as a SCSS variable or constant to improve maintainability and make the relationship to the draggable dialog's z-index (10000) more explicit.

Suggested change
z-index: 10050;
z-index: $z-index-tooltip;

Copilot uses AI. Check for mistakes.

@GrabowskiM GrabowskiM changed the base branch from main to 4.6 July 23, 2025 14:17
@sonarqubecloud
Copy link

@dew326 dew326 merged commit 3d538ee into 4.6 Jul 24, 2025
28 checks passed
@dew326 dew326 deleted the IBX-10358 branch July 24, 2025 06:54
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.

5 participants