Skip to content

Commit 0f30bc0

Browse files
committed
Fix display of dropdown on case studies
1 parent 3408ac4 commit 0f30bc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assets/scss/_custom.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ section {
108108

109109
&.dropdown:hover {
110110
color: $medium-grey;
111+
112+
.dropdown-menu {
113+
display: block;
114+
}
111115
}
112116
}
113117
}
@@ -390,4 +394,4 @@ main.content {
390394
}
391395
}
392396
}
393-
}
397+
}

0 commit comments

Comments
 (0)