fix: conn detail & log can't select

This commit is contained in:
Memory 2025-11-25 23:46:51 +08:00 committed by GitHub
parent 0753e5d138
commit b76757bc19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,10 @@
user-select: none; user-select: none;
} }
.select-text {
user-select: text !important;
}
*:focus { *:focus {
outline: none; outline: none;
outline-color: transparent; outline-color: transparent;