Skip to content

Commit 1b24613

Browse files
committed
fix: selectable text in popover
1 parent 0a2d013 commit 1b24613

File tree

1 file changed

+1
-0
lines changed
  • packages/rehype-shiki/src/transformers/twoslash

1 file changed

+1
-0
lines changed

packages/rehype-shiki/src/transformers/twoslash/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
max-width: 600px;
1010
display: block;
1111
width: fit-content;
12+
user-select: none;
1213
}
1314

1415
.twoslash-popup-code:not(:has(div)) {

0 commit comments

Comments
 (0)