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