From f41938a9ebf26ccefd50a37ca9143fb579b966ad Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sun, 29 Sep 2019 19:09:57 -0400 Subject: [PATCH] let the menu scroll --- views/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/style.css b/views/style.css index 38d6303..1d85ac5 100644 --- a/views/style.css +++ b/views/style.css @@ -58,6 +58,8 @@ header > details { position: fixed; top: 0; display: inline; + max-height: 100%; + overflow: auto; } header > details[open] { background: $bg-dark;