Skip to content

Commit

Permalink
Merge pull request #1808 from ag-grid/olegat/bugfix_pointer_events_none
Browse files Browse the repository at this point in the history
AG-11917 AG-11899 Set pointer-events: none on overlay
  • Loading branch information
alantreadway committed Jun 20, 2024
2 parents 08b697b + 4550057 commit c195aa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ag-charts-community/src/chart/dom/domManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const STYLES = `
}
.ag-charts-canvas-overlay {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
Expand Down

0 comments on commit c195aa4

Please sign in to comment.