Fix display of dropdown on case studies
This commit is contained in:
@@ -108,6 +108,10 @@ section {
|
|||||||
|
|
||||||
&.dropdown:hover {
|
&.dropdown:hover {
|
||||||
color: $medium-grey;
|
color: $medium-grey;
|
||||||
|
|
||||||
|
.dropdown-menu {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -390,4 +394,4 @@ main.content {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user