Skip to content

Commit ea26b94

Browse files
committed
prevent content in source toolbox from being selected
1 parent d5febc2 commit ea26b94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/css/doc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@
766766
font-family: var(--body-font-family);
767767
font-size: calc(13 / var(--rem-base) * 1rem);
768768
line-height: 1;
769+
user-select: none;
769770
white-space: nowrap;
770771
z-index: 1;
771772
}

0 commit comments

Comments
 (0)