We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2a16a commit c174e00Copy full SHA for c174e00
1 file changed
web_src/css/modules/charescape.css
@@ -17,8 +17,10 @@ Only show the real-char:
17
content: attr(data-escaped);
18
}
19
.broken-code-point[data-escaped] .char {
20
- display: inline-block;
21
- width: 0; /* make it copyable by selecting the text */
+ /* make it copyable by selecting the text (AI suggestion, no other solution) */
+ position: absolute;
22
+ opacity: 0;
23
+ pointer-events: none;
24
25
26
/*
0 commit comments