all repos — honk @ bd69e3626507991399d455ac9c83f9fd9b7405c8

my fork of honk

let the menu scroll
Ted Unangst tedu@tedunangst.com
Sun, 29 Sep 2019 19:09:57 -0400
commit

bd69e3626507991399d455ac9c83f9fd9b7405c8

parent

30e1f606f1c5ab61d146ccc14d44f7f7570f3f8b

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -58,6 +58,8 @@ padding: 1em;

position: fixed; top: 0; display: inline; + max-height: 100%; + overflow: auto; } header > details[open] { background: $bg-dark;