Playhead has a larger hit zone for snapping

This commit is contained in:
Aria Minaei 2021-08-03 23:58:45 +02:00
parent 197d59e4c4
commit 4395c62b17

View file

@ -43,7 +43,7 @@ const Rod = styled.div`
&:after {
position: absolute;
inset: -2px;
inset: -8px;
display: block;
content: ' ';
}