Commit 2068b74e authored by Geremia Taglialatela's avatar Geremia Taglialatela

Fixed a wrong behaviour when using collapse and dropdown in responsive layout

parent 7ec09d0d
......@@ -297,6 +297,7 @@
@media (min-width: 980px) {
.nav-collapse.collapse {
height: auto !important;
overflow: visible !important;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment