Playhead has a larger hit zone for snapping
This commit is contained in:
parent
197d59e4c4
commit
4395c62b17
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const Rod = styled.div`
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: -2px;
|
inset: -8px;
|
||||||
display: block;
|
display: block;
|
||||||
content: ' ';
|
content: ' ';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue