Skip to content

Commit 0544427

Browse files
committed
Fix bug where hidden row pin made rows clickable beyond their bounds
This was subtle before, but with the new context menu that is different when right clicking on an event row this will be very obvious.
1 parent 9ed0298 commit 0544427

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/view/view-event-list.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ const RowPin = styled(
107107
padding: 8px 0;
108108
width: 0 !important;
109109
margin: 0 !important;
110+
111+
> path {
112+
display: none;
113+
}
110114
`
111115
}
112116
`;

0 commit comments

Comments
 (0)