Skip to content

Commit ea00c65

Browse files
committed
Fix cursor bug
Wrong cursor on hover #24
1 parent 720a56d commit ea00c65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/src/components/CustomSplitters.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const fullDivCss = css`
1313
export const SolidSplitter = styled.div`
1414
${fullDivCss}
1515
background: silver;
16-
cursor: col-resize;
1716
`;
1817

1918
const stripeVars = css`

0 commit comments

Comments
 (0)