fix main menu dropdown

This commit is contained in:
Matthias Kretschmann 2018-04-06 10:14:45 +02:00
parent 029f7812ed
commit 7853273970
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
text-align: left;
.dropdown-menu {
position: absolute;
position: absolute !important; // stylelint-disable-line declaration-no-important
}
}