This commit is contained in:
2026-01-28 17:02:52 +00:00
parent 7e50b8cb3f
commit 2b048cf34f
2 changed files with 81 additions and 8 deletions

View File

@@ -289,12 +289,14 @@ export const viewerStyles = [
.text-layer {
position: absolute;
inset: 0;
overflow: clip;
overflow: visible;
line-height: 1;
text-size-adjust: none;
forced-color-adjust: none;
transform-origin: 0 0;
z-index: 1;
user-select: text;
-webkit-user-select: text;
}
.text-layer span,
@@ -304,6 +306,8 @@ export const viewerStyles = [
white-space: pre;
cursor: text;
transform-origin: 0% 0%;
user-select: text;
-webkit-user-select: text;
}
.text-layer ::selection {