From 0f30bc04db4187bc7f69543d4b2f82eccabb7cb8 Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 2 Jul 2020 08:41:28 -0700 Subject: [PATCH] Fix display of dropdown on case studies --- assets/scss/_custom.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index f02d6d908b..202c50393c 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -108,6 +108,10 @@ section { &.dropdown:hover { color: $medium-grey; + + .dropdown-menu { + display: block; + } } } } @@ -390,4 +394,4 @@ main.content { } } } -} +} \ No newline at end of file