Fixed a wrong behaviour when using collapse and dropdown in responsive layout
This commit is contained in:
parent
7ec09d0db9
commit
2068b74ea8
1 changed files with 1 additions and 0 deletions
|
|
@ -297,6 +297,7 @@
|
|||
@media (min-width: 980px) {
|
||||
.nav-collapse.collapse {
|
||||
height: auto !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue