From cf1bba8cb4a1531bd2f2a218899dddf253623e32 Mon Sep 17 00:00:00 2001 From: Kevin Amstutz Date: Tue, 23 Nov 2021 14:07:55 -0500 Subject: [PATCH] Fix dropdown style --- src/css/header.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/header.css b/src/css/header.css index 710545f..07b2e6c 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -251,6 +251,8 @@ body { left: 0; min-width: 100%; position: absolute; + overflow-y: scroll; + max-height: 50vh; } .navbar-dropdown .navbar-item {