Skip to content

Commit

Permalink
[base] Make sure ChangeIndicator hitarea accepts pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin authored and rexxars committed Oct 6, 2020
1 parent 80c1952 commit 195f0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@sanity/base/src/change-indicators/ChangeBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
width: calc(var(--extra-small-padding) + var(--medium-padding));
height: 100%;
cursor: pointer;
pointer-events: all;
}

.tooltipContent {
Expand Down

0 comments on commit 195f0f6

Please sign in to comment.