Fixed height of mobile menu

This commit is contained in:
Sebastian 2019-10-22 22:59:55 +02:00
parent 7a948ffd91
commit b5454ac181
1 changed files with 3 additions and 0 deletions

View File

@ -138,6 +138,9 @@ ul.nav>li>a {
.navbar-collapse .nav>.divider-vertical {
display: none;
}
.navbar-collapse {
max-height: 400px;
}
}
@media (min-width: 768px) {