Fix label showing on tab switch bug
All checks were successful
Deploy new version of the application / Deploy Application (push) Successful in 3s

This commit is contained in:
2025-10-23 17:38:11 +02:00
parent a2d80210bf
commit 1fe6990ebc

View File

@@ -131,6 +131,15 @@ html, body {
transform: translateY(0) !important;
}
.hidden .card-label {
transform: translateY(0) !important;
}
.hidden .card .card-image {
filter: grayscale(0%) brightness(110%) !important;
transform: translateY(0) !important;
}
.active .card .card-image {
filter: grayscale(0%) brightness(110%) !important;
transform: translateY(0) !important;