fix extra menu button inside mobile view

This commit is contained in:
Jonas Heinrich 2020-06-11 14:59:55 +02:00
parent cec86f148e
commit 0a6ae01982
5 changed files with 38 additions and 9 deletions

View file

@ -205,7 +205,7 @@ header.sticky-header .header-lang-small {
}
header.sticky-header .header-lang-small .dropdown .dropdown-content {
top: 54px;
top: 54px;
}
.header-lang-small .dropdown .dropdown-content li:not(.active) {
@ -341,6 +341,13 @@ header.sticky-header .header-lang {
header .header-button-container {
display: none;
}
header nav ul.extraMenu {
display: inline;
}
header nav ul.extraMenu li {
border-top: 0px;
}
}
.sticky-header {