From d6f984d2629d538f860528a03b12acc6640d338b Mon Sep 17 00:00:00 2001 From: ParadoxV5 Date: Tue, 15 Mar 2022 17:05:36 -0600 Subject: [PATCH] Make the `nav` menu scrollable for long menus and/or short-height windows/screens --- _sass/jekyll-theme-leap-day.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-leap-day.scss b/_sass/jekyll-theme-leap-day.scss index a602a48c74..b62766d255 100644 --- a/_sass/jekyll-theme-leap-day.scss +++ b/_sass/jekyll-theme-leap-day.scss @@ -304,9 +304,11 @@ nav { width: 230px; position: fixed; top: 220px; - left:50%; + left: 50%; + bottom: 0; margin-left:-580px; text-align: right; + overflow-y: auto; ul { list-style: none;