Skip to content

Commit c6a3d45

Browse files
committed
feat(website): add 'cursor: auto' to code block
1 parent 7ae1e8a commit c6a3d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/styles/overrides.scss

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
}
7474

7575
.nextra-code {
76+
cursor: auto;
77+
7678
.twoslash-highlighted {
7779
background: none;
7880
border: none;

0 commit comments

Comments
 (0)