Disallow selecting text in SVG text elements

This commit is contained in:
Catalin Mititiuc 2024-03-28 14:24:41 -07:00
parent 6122d612d4
commit c5bfc6cc17

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 {