Apply no-select to LBA as well

This commit is contained in:
phl0
2026-01-07 11:29:22 +01:00
parent 47b7a9b6d6
commit cd41fa2e2f

View File

@@ -1419,3 +1419,8 @@ svg text.month { fill: #AAA; }
.tooltip {
z-index: 9999 !important;
}
.qso_icons {
user-select: none;
}