Skip to content

Commit

Permalink
Fixes AB#290 removing pointer events on canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaft authored and gingi committed Apr 18, 2023
1 parent 9f4c85b commit 9b61d0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/@batch-flask/ui/metrics-monitor/metrics-monitor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ bl-metrics-monitor {
> .tab-navigation-item {
padding: 0;
}
canvas {
pointer-events: none;
}
}

.preview {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ bl-account-monitoring-section {
bl-time-range-picker {
margin-right: 10px;
}
canvas {
pointer-events: none;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ bl-monitor-chart {
> .monitor-chart-preview {
height: 100%;
width: 100%;
pointer-events: none;
}
}

0 comments on commit 9b61d0c

Please sign in to comment.