This commit is contained in:
charlie
2025-12-09 14:58:45 +08:00
parent 03bcefbdf8
commit 6efedb7558

View File

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