This commit is contained in:
2024-05-16 09:56:32 +02:00
parent adbe42f55c
commit edf7e729eb
2 changed files with 11 additions and 3 deletions

View File

@@ -202,7 +202,7 @@ main {
}
.dropdown-content {
max-height: unset;
max-height: unset !important;
}
/******* navigation *******/
@@ -277,6 +277,6 @@ main {
}
.dropdown-content {
max-height: unset;
max-height: unset !important;
}
}