diff --git a/static/style.css b/static/style.css index 870e534fe..5754c44e8 100644 --- a/static/style.css +++ b/static/style.css @@ -170,6 +170,15 @@ header a:hover:not(.home) { border-bottom: 2px solid var(--link-text-color); } +.dropdown-menu::before { + content: ""; + position: absolute; + bottom: 100%; + left: 0; + right: 0; + height: 0.75rem; +} + .dropdown-menu { display: none; position: absolute;