Skip to content

Commit c174e00

Browse files
committed
fix layout
1 parent ae2a16a commit c174e00

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

web_src/css/modules/charescape.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ Only show the real-char:
1717
content: attr(data-escaped);
1818
}
1919
.broken-code-point[data-escaped] .char {
20-
display: inline-block;
21-
width: 0; /* make it copyable by selecting the text */
20+
/* make it copyable by selecting the text (AI suggestion, no other solution) */
21+
position: absolute;
22+
opacity: 0;
23+
pointer-events: none;
2224
}
2325

2426
/*

0 commit comments

Comments
 (0)