1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

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

View File

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