diff --git a/web_src/css/modules/charescape.css b/web_src/css/modules/charescape.css index eac6d86a81..0c9cbb55b5 100644 --- a/web_src/css/modules/charescape.css +++ b/web_src/css/modules/charescape.css @@ -17,8 +17,10 @@ Only show the real-char: content: attr(data-escaped); } .broken-code-point[data-escaped] .char { - display: inline-block; - width: 0; /* make it copyable by selecting the text */ + /* make it copyable by selecting the text (AI suggestion, no other solution) */ + position: absolute; + opacity: 0; + pointer-events: none; } /*