Skip to content

Commit eabc541

Browse files
authored
disable text selection on the source toolbox (PR #132)
1 parent 1ddb5ef commit eabc541

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
@@ -828,6 +828,7 @@
828828
font-size: calc(13 / var(--rem-base) * 1rem);
829829
line-height: 1;
830830
white-space: nowrap;
831+
user-select: none;
831832
}
832833

833834
.doc .listingblock:hover .source-toolbox {

0 commit comments

Comments
 (0)