fix(pdf): selection text mixed

This commit is contained in:
charlie
2025-04-11 10:55:31 +08:00
parent 74886f9fab
commit 993e99c28c

View File

@@ -1009,5 +1009,11 @@ html.is-system-window {
}
.pdfViewer .page.loadingIcon::after {
background: none;
@apply bg-none;
}
.textLayer :is(span, br) {
&::selection {
@apply text-transparent;
}
}