fix(footer): prevent copying management center version text

This commit is contained in:
Supra4E8C
2025-12-28 00:03:16 +08:00
parent 2367f122a8
commit 3cffa19319
2 changed files with 8 additions and 1 deletions

View File

@@ -397,6 +397,13 @@
font-size: 14px;
flex-wrap: wrap;
gap: $spacing-sm;
.footer-version {
user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
}
}
.login-page {