Skip to content

Commit

Permalink
fix: current time component occlusion mouse event (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
noicu authored May 19, 2024
1 parent 99a13e6 commit b06e161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GGanttCurrentTime.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const xDist = computed(() => {
height: 100%;
display: flex;
z-index: 5;
pointer-events: none;
}
.g-grid-current-time-marker {
Expand Down

0 comments on commit b06e161

Please sign in to comment.