Skip to content

Commit

Permalink
chore(query-builder): zindex set for presentational purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvpetrov committed Feb 7, 2025
1 parent bc757cc commit 2c9fb05
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@ export class IgxQueryBuilderDragService {
}

this.setDragCursor('grab');

//TODO z-index is set, but ghost still not visible in Dialog
if(this.dragGhostElement.style) this.dragGhostElement.style.zIndex = "9999";
}

//Set the cursor when dragging a ghost
Expand Down

0 comments on commit 2c9fb05

Please sign in to comment.