Disallow selecting text in SVG text elements

This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:28 -07:00
parent a23f942f8d
commit 30e9f18aa6

View File

@ -14,6 +14,10 @@ svg {
/* max-height: 100vw; */
}
svg text {
user-select: none;
}
div#content {
border-left: 1px solid gray;
flex-basis: 0;
@ -182,7 +186,7 @@ img.logo {
}
div.soldier-record.selected {
background-color: lightgray;
background-color: khaki;
}
rect#debug-view-box {