This commit is contained in:
2024-05-16 09:49:01 +02:00
parent 6907fc5e3c
commit adbe42f55c
3 changed files with 11 additions and 1 deletions

View File

@@ -201,6 +201,9 @@ main {
margin-left: 0 !important;
}
.dropdown-content {
max-height: unset;
}
/******* navigation *******/
@@ -273,4 +276,7 @@ main {
flex-flow: column;
}
.dropdown-content {
max-height: unset;
}
}