- varie sistemazioni: filtri iscritti, profilo, ecc...

This commit is contained in:
Surya Paolo
2025-01-11 12:08:03 +01:00
parent 298dc4f5a5
commit 2b1fc9b090
52 changed files with 734 additions and 626 deletions

View File

@@ -1483,7 +1483,7 @@ h3 {
opacity: 0.7;
margin-top: -10px;
color: white;
z-index: 1000;
z-index: 100;
margin-bottom: 5px;
padding: 5px;
border-radius: 20px;
@@ -2586,4 +2586,8 @@ body.body--dark {
/* Supporto per lingue specifiche */
lang: it; /* Imposta la lingua a italiano */
}
.custom-z-index {
z-index: 2000 !important;
}